Advertisement
Guest User

sergio

a guest
Oct 12th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title> formulario 2 </title>
  4. </head>
  5. <body>
  6. <form>
  7. <fieldset>
  8. <legend align="left"> dados do utilizador </legend>
  9. username: <input type="text" name="user"><p>
  10. password: <input type="text" name="pass"> <p>
  11. </fieldset>
  12.  
  13. <fieldset>
  14. <legend align="left"> mensagem</legend>
  15. <textarea cols="40" rows="5"> deixe aqui a sua mensagem...</textarea>
  16. </fieldset>
  17.  
  18. <fieldset>
  19. <legend align="left"> botões</legend>
  20. <button type="summit">enviar</button>
  21. <input type="reset" value="limpar">
  22. </fieldset>
  23. </form>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement