forked from Naldoun/naturalworld-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
imglinksexemplo.html
66 lines (50 loc) · 1.6 KB
/
imglinksexemplo.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
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>
<head>
<title>links do guizao</title>
<meta charset=“utf-8” />
<link rel="stylesheet" type="text/css" href=estilos/meuestilo.css
</head>
<style>
body{
background-image: url(imagens/cogu2.jpg);
}
*{
margin: 0;
padding:0;
}
</style>
<body>
<header class="cabecalho">
<a class="menu" href="home.html">
<img src="imagens/folha.png" alt="imagem" width="80" height="70">
</a>
<div class="efeito"></div>
</header>
<nav>
<p> GUIZAO PICA </p>
<ul>
<li><a href="home.html"> Página Inicial </a></li>
<li><a href="#"> Entenda nosso mundo </a>
<ul>
<li><a href="vegetariano.html"> Vegetarianismo </a></li>
<li><a href="vegano.html"> Veganismo </a></li>
</ul>
</li>
<li><a href="#"> Receitas </a>
<ul>
<li><a href="receitas.html"> Vegetarianas </a></li>
<li><a href="receitas.html"> Veganas </a></li>
</ul>
</li>
<li><a href="#"> </a></li>
</ul>
<center>
<p><h3> BEM VINDO AO MUNDO NATURAL</h3> </p>
<p> Por onde gostaria de começar? </p>
<a class="gui" href="receitas.html" target="_blank"> <strong>Principais receitas</strong> </a>
<a class="base" href="home.html">Home</a>
<a class="base" href="diretorioexemplo/diretorio.html"> SURPRESA </a>
</br>
</body>
</html>