PlayStudies.org

HTML Cheat Sheet

Purpose

To select an HTML tag.

Description

Common HTML tags for most webpages. Does not include tags required for more specific cases. Some tags omitted for having similarities to another tag. Most of these tags are for semanitic purposes that relate to SEO and categorization.

Versions

Terminology

Attributes

Elements

  1. a
  2. area
  3. article
  4. button
  5. caption
  6. col
  7. embed(HTML5)
  8. fieldset
  9. form
  10. body
  11. canvas(HTML5)
  12. cite
  13. code
  14. dd
  15. del
  16. dfn
  17. div
  18. dl
  19. dt
  20. h1
  21. h2
  22. h3
  23. h4
  24. h5
  25. h6
  26. head
  27. hr
  28. html
  29. img
  30. input
  31. ins
  32. label
  33. legend
  34. li
  35. link
  36. map
  37. meta
  38. noscript
  39. object
  40. ol
  41. output
  42. p
  43. param
  44. pre
  45. q
  46. samp
  47. script
  48. select
  49. style
  50. sub
  51. sup
  52. table
  53. textarea
  54. td
  55. title
  56. tr
  57. ul
  58. var
  59. video(HTML5)