0
I’m a beginner in this area, so I think it’s a stupid problem, but I’m not able to create a link between my html file and css, as taught in the following class (follow the video link https://www.youtube.com/watch?time_continue=281&v=A3mlsAk4G2k and the time in question 2:30 to 4:40, I am using the Notepad++ as editor), then I do the commands as requested;
<html lang = "pt-br">
<head>
<meta charset ="UTF-8"/>
<title>Tudo Sobre Google Glass</title>
<link rel="stylesheet" type = "text/css" href ="_css/estilo.css"/>
</head>
<body>
<div id="interface">
<header id = "cabecalho">
<hgroup>
<h1>Google Glass</h1>
<h2>A revolução do google está chegando</h2>
</hgroup>
<img src="_imagens/piro-1.jpg"/>
</header>
but style ta my page back to square one, someone could guide me with that question...
Thanks Gabriel, the second option worked.
– Felps1
Okay, if it helped you mark it as :) vlw
– Gabriel Bastos