-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (58 loc) · 2.21 KB
/
Copy pathindex.html
File metadata and controls
66 lines (58 loc) · 2.21 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blog</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<img src="img/image<body>
<header>
<h1>Meu Blog Tech</h1>
<p>Vou compartilhar conhecimentos sobre tecnologia e programação</p>
</header>
<main>
<article>
<img src="img/imagem-blog.jpeg" alt="imagem-blog.avif">
<div>
<h2>Meu primeiro post</h2>
<p class="artigo-autor">Por: Emanuely</p>
<p>Boas vindas ao meu novo blog!</p>
<p>Aqui vou compartilhar
dicas de programação e curiosidades da área de tecnologia</p>
<button>❤️ <span>0</span></button>
<button>👍 <span>0</span></button>
</div>
</article>
<article>
<img src="img/images-fakeNews.jpg" alt="A imagem transmite não a fake news">
<div>
<h2>Fake News</h2>
<p class="artigo-autor">Dicas para Identificar Notícias Falsas</p>
<p class="texto-curto">Não leia só o título: Títulos chamativos costumam ser apelativos e não
correspondem ao texto real.</p>
<p class="texto-curto">Confira a fonte: Veja se o autor e o veículo de comunicação existem e são
respeitados.</p>
<p class="texto-curto">Cheque a data: Conteúdos antigos costumam ser republicados fora de contexto para
parecerem atuais.</p>
<button>❤️ <span>0</span></button>
<button>👍 <span>0</span></button>
</div>
</article>
</main>
<footer>
<p>© 2026 Meu Blog Tech - Página web: do zero à primeira interação</p>
</footer>
<script src="script.js"></script>
</body>
m-blog.avif" alt="homem-de-tiro-medio-usando-oculos-vr">
<h2>Meu primeiro post</h2>
<p>Por: Emanuely</p>
<p>Boas-vindas ao meu novo blog! Aqui vou compartilhar dicas de programação
</p>
</main>
</body>
</html>
<!--Identação Shift+Alt+F-->