Advertisement
icabit

html 5

Nov 16th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <b>bold</b>
  5. <i>italic</i>
  6. <u>underline</u>
  7. <em>emphasize</em>
  8. <select>
  9. <option>combo box</option>
  10. <option>sample</option>
  11. </select>
  12. <textarea>this is a text area</textarea>
  13. <input type="checkbox"/>
  14. <input type="radio"/>
  15. <input type="date"/>
  16. <font>change text</font>
  17. <font size="10" color="ff0000">
  18. sample color red
  19. </font>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement