Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <input type=“text” [properti] />
- <input type=“hidden” [properti] />
- <input type=“password” [properti] />
- <input type=“file” [properti] />
- <input type=“radio” [properti] />
- <input type=“checkbox” [properti] />
- <input type=“image” [properti] />
- <input type=“button” [properti] />
- <input type=“submit” [properti] />
- <input type=“reset” [properti] />
- <select [properti]> <option [properti]> </select>
- <textarea [properti]></textarea>
- <input type=“color” [properti] />
- <input type=“date” [properti] />
- <input type=“datetime” [properti] />
- <input type=“datetime-local” [properti] />
- <input type=“email” [properti] />
- <input type=“month” [properti] />
- <input type=“number” [properti] />
- <input type=“range” [properti] />
- <input type=“search” [properti] />
- <input type=“tel” [properti] />
- <input type=“time” [properti] />
- <input type=“url” [properti] />
- <input type=“week” [properti] />
Advertisement
Add Comment
Please, Sign In to add comment