-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAula1.html
More file actions
34 lines (31 loc) · 1.06 KB
/
Aula1.html
File metadata and controls
34 lines (31 loc) · 1.06 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pag 1 Exercício 1</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Título Inicial -->
<header class="titulo">
<h1 class="tita2"> NegoCHInando </h1> <p class="tita1"> Made in Xina </p>
</header>
<main>
<section>
<!-- Descrição -->
<p class="desc-titulo"> Dica Revolucionária 01 </p>
<p class="desc-texto"> A melhor e mais barata solução a se fazer com seu aparelho quando ele insiste em dar problemas! </p>
<button type="submit" onclick="abrir_figura()">Imagem Revolucionaria</button>
</section>
<!-- Imagem Revolucionária -->
<section class="img_revol01" id="img_revol01">pag1</section>
</main>
<footer>
<!-- Despedida -->
<h4>É isso. Aproveite!!!</h4>
<a href="Index.html" id="voltar">Menu</a>
</footer>
<script src="script.js"></script>
</body>
</html>