We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit dbafd4eCopy full SHA for dbafd4e
index.html
@@ -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>
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments