-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (25 loc) · 943 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>teste</title>
<link rel="stylesheet" href="style.css">
</header>
<body>
<header>
<h1>Hello World</h1>
<p>Que bom te ver por <span id="nome-usuario">aqui</span></p>
</header>
<section>
<h2>HTML</h2>
<P><span class="texto_ingles">Hipertext Markup Language</span> (em português, Linguagem de Marcação de Hipertexto) estrutura a sua página web</P>
<h2>CSS</h2>
<P><span class="texto_ingles">Cascading Style Sheets</span> (em português, Folha de Estilo em Cascata) estiliza a sua página web</P>
<img src="imagem/teste.jpg" alt="descrição daimagem">
</section>
<footer>
<p>Uma página desenvolvida por Alura Start</p>
</footer>
</body>
</html>