Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dbafd4e

Browse files
committed
Form for creating the object.
0 parents commit dbafd4e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

‎index.html‎

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE html>
2+
<html lang="pt-br">
3+
<head>
4+
<title>Teste</title>
5+
</head>
6+
<body>
7+
<h1>Meu Teste</h1>
8+
9+
<form method="POST">
10+
<label>Seu Nome:</label>
11+
<input type="text" id="nome" name="nome"> <br/><br/>
12+
13+
<label>Sua Idade:</label>
14+
<input type="text" id="idade" name="idade"> <br/><br/>
15+
16+
<label>Profissão:</label>
17+
<input type="text" id="profissao" name="profissao"> <br/><br/>
18+
19+
<button type="button" onclick="criarPessoa()">Enviar</button>
20+
<button type="button" onclick="limparCampos()">Limpar Campos</button>
21+
</form>
22+
<script type="text/javascript" src="script.js"></script>
23+
</body>
24+
</html>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /