Advertisement
Sax

Input types con HTML

Sax
May 18th, 2011
452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.52 KB | None | 0 0
  1. <html>
  2. <body>
  3.  
  4. <button type="button">¡Botón inútil!</button>
  5. <br />
  6. <br />
  7. <select>
  8. <option>Opción 1</option>
  9. <option>Opción 2</option>
  10. <option>Opción 3</option>
  11. </select>
  12. <br />
  13. <br />
  14. <textarea rows="5" cols="30">
  15. Textarea para escribir laweasmisticasaayanoseperohola
  16. </textarea>
  17. <br />
  18. <br />
  19. <form>
  20. Escribe weás: <input type="text"/><br />
  21. </form>
  22. Sí, me gusta este blog <input type="radio" checked="checked" />
  23. <br />
  24.  
  25. Quiero un pie <input type="checkbox" checked="checked" />
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement