-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarlin.html
More file actions
35 lines (29 loc) · 1.06 KB
/
marlin.html
File metadata and controls
35 lines (29 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
35
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./index.css">
<title>Marlin</title>
</head>
<body>
<Header>
<h1>Me ajude a aprender CSS </h1>
</Header>
<P>Olá, meu nome é Marlin e estou aprendendo a usar o CSS, você pode me ajudar com meus deveres? </P>
<div class="conteinerfases">
<div class="texto">
<img class="imgmarlin" src="./imagens/marlin2-transformed.png" alt="marlin">
</div>
<div class="questao" >
<p> Como faço para chamar uma classe no meu css</p>
<li> A) # + nome da classe</li>
<li> B) dentro da tag usando class=nome da classe</li>
<li> C) . + nome da classe </li>
<button onclick="marlin1()">Responder</button>
</div>
</div>
<script src="./marlin.js"></script>
</body>
</html>