document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <input type=text[properti] />
  2. <input type=“hidden” [properti] />
  3. <input type=“password” [properti] />
  4. <input type=“file” [properti] />
  5. <input type=“radio” [properti] />
  6. <input type=“checkbox” [properti] />
  7. <input type=“image” [properti] />
  8. <input type=“button” [properti] />
  9. <input type=“submit” [properti] />
  10. <input type=“reset” [properti] />
  11. <select [properti]> <option [properti]> </select>
  12. <textarea [properti]></textarea>
  13. <input type=color[properti] />
  14. <input type=“date” [properti] />
  15. <input type=datetime[properti] />
  16. <input type=“datetime-local” [properti] />
  17. <input type=“email” [properti] />
  18. <input type=“month” [properti] />
  19. <input type=“number” [properti] />
  20. <input type=“range” [properti] />
  21. <input type=“search” [properti] />
  22. <input type=“tel” [properti] />
  23. <input type=“time” [properti] />
  24. <input type=“url” [properti] />
  25. <input type=“week” [properti] />
');