-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (26 loc) · 1.05 KB
/
index.html
File metadata and controls
29 lines (26 loc) · 1.05 KB
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Talita 04-07</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Hello World</h1>
<p>Que bom te ver por aqui, <span id="nome-usuário">Fulano</span></p>
</header>
<section>
<h2>HTML</h2>
<p><span class="texto-inglês">HyperText Markup Language</span> (Linguagem de Marcação de Hipertexto) estrutura sua página web.</p>
<h2>CSS</h2>
<p><span class="texto-inglês">Cascading Style Sheets</span> (Folhas de Estilo em Cascata), cria estilos padronizados na sua página web.</p>
<img src="imagem/Olá Mundo.png" alt="Imagem com figuras geométricas ao fundo e uma figura do planeta Terra a frente, com a inscrição Olá Mundo em letras coloridas">
</section>
<footer>
<p>Uma página desenvolvida por Talita Dias</p>
</footer>
<script src="main.js"></script>
</body>
</html>