/ Published in: HTML
Expand |
Embed | Plain Text
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <!-- short than html4 --> </head> <body> <form> <input type="text" /> <input type="text" autofocus /> <!-- autofocus ! like google home page --> <input type="url" /> <!-- for Hyperlink --> <input type="email" /> <!-- for Email --> <input type="submit" /> <!-- html5 type type = button checkbox color date datetime datetime-local file hidden image month number password radio range reset search submit tel text time url week --> </form> </body> </html>
You need to login to post a comment.
