1 2 3 4 5 6 7 8 9 10
<!DOCTYPE html> <html> <body> <input /> <input type='text' /> <input type='search' /> <textarea></textarea> <input type='radio' /> </body> </html>