You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

35 lines
1.2 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Menu horizontal</title>
<link rel="stylesheet" href="/subsite/css/style.css">
</head>
<body>
<nav id="menu-h">
<ul>
<li><a href="/subsite/index.html">Home</a></li>
<li><a href="/subsite/subpasta/pagina2.html">Sobre</a></li>
<li><a href="/subsite/subpasta/pagina3.html">Contato</a></li>
<li><a href="#">entrar</a></li>
</ul>
</nav>
<address id="form">
<h2>Deseja entrar em contato comigo?</h2>
<div>
<form action="/index.html">
<label for="fname">First name:</label><br>
<input type="text" id="fname" name="fname" value="Hussyvel"><br>
<label for="lname">Last name:</label><br>
<input type="text" id="lname" name="lname" value="Silva"><br>
<label for="email">Enter your email:</label><br>
<input type="email" id="email" name="hussyribeiro@hotmail.com">
<input type="submit" value="Submit">
</form>
</div>
</address>
</body>
</html>