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.
 
 

36 lines
1.3 KiB

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Formul&aacuterio</title>
<div class="header">
<a href="/">Home</a>
<a href="/natureza/extincoes/extincoes.html">Extin&ccedil&otildees</a>
<a href="/natureza/parques/parques-naturais.html">Parques Naturais</a>
<a class="active" href="/natureza/formulario/formulario.html">Formul&aacuterio</a>
</div>
</head>
<body>
<h3>Formul&aacuterio de cadastro</h3>
<div class="div-form">
<form action="salvar.html" target="iframe-submissao">
<label>Nome do animal </label>
<input type="text" name="nomeAnimal" placeholder="Digite o nome do animal"/>
<label>Quantidade:</label>
<input type="number" name="quantidade" placeholder="Digite a quantidade"/>
<label>Nome do parque:</label>
<input type="text" name="nomeParque" placeholder="Digite o nome do parque"/>
<label>Estado:</label>
<input type="text" name="estado" placeholder="Digite o estado"/>
<input type="submit" value="Submit">
</form>
</div>
<iframe name="iframe-submissao"></iframe>
</body>
<footer>
<div>
<strong>Copyright &copy 2023 Higor.</strong>
All rights reserved.
</div>
</footer>
</html>