Advertisement
jivagomr

formulario.php

Oct 31st, 2020
2,093
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.33 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Formulário - Cadastro</title>
  5.     </head>
  6.     <body>
  7.         <form method="POST" action="recebe-dados.php">
  8.             Nome: <input type="text" name="txt-nome" />
  9.             <br />
  10.             E-mail: <input type="text" name="txt-email" />
  11.             <br />
  12.             <button type="cadastrar">Cadastrar</button>
  13.         </form>
  14.     </body>
  15. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement