Skip to content

Latest commit

 

History

History
140 lines (133 loc) · 6.22 KB

all-tags.md

File metadata and controls

140 lines (133 loc) · 6.22 KB

⚑ All Tags

Here is the complete list of html tags.

✦ List of all HTML5 tags:

  1. <!-- --> - Comment Tag
  2. <!DOCTYPE> - Doctype
  3. <a> - Anchor Tag,
  4. <abbr> - Abbreviation Tag
  5. <address> - Address Tag
  6. <area> - Area Tag
  7. <article> - Article Tag
  8. <aside> - Aside Tag
  9. <audio> - Audio Tag
  10. <b> - Bold Tag
  11. <base> - Base Url Tag
  12. <bdi> - Bi-Directional Isolation Tag
  13. <bdo> - Bi-Directional Override Tag
  14. <blockquote> - Block Quote Tag
  15. <body> - Body Tag
  16. <br> - Line Break Tag
  17. <button> - Button Tag
  18. <canvas> - Canvas Tag
  19. <caption> - Caption Tag
  20. <cite> - Cite Tag
  21. <code> - Code Tag
  22. <col> - Column Tag
  23. <colgroup> - Column Group Tag
  24. <data> - Data Tag
  25. <datalist> - Datalist Tag
  26. <dd> - Define Description Tag
  27. <del> - Deleted Tag
  28. <details> - Details Tag
  29. <dfn> - Definition Element Tag
  30. <dialog> - Dialog Tag
  31. <div> - Divisional Tag
  32. <dl> - Define Description List Tag
  33. <dt> - Define term Tag
  34. <em> - Emphasize Tag
  35. <embed> - Embed Tag
  36. <fieldset> - Fieldset Tag
  37. <figcaption> - Figure Caption Tag
  38. <figure> - Figure Tag
  39. <footer> - Footer Tag
  40. <form> - Form Tag
  41. <h1> - h1
  42. <h2> - h2
  43. <h3> - h3
  44. <h4> - h4
  45. <h5> - h5
  46. <h6> - h6
  47. <head> - Head Tag
  48. <header> - Header Tag
  49. <hr> - Horizontal Rule Tag
  50. <html> - Html Tag
  51. <i> - Italic Tag
  52. <iframe> - Iframe Tage
  53. <img> - Image Tag
  54. <input> - Input Tag
  55. <ins> - Insert Tag
  56. <kbd> - Keyboard Input Tag
  57. <label> - Label Tag
  58. <legend> - Legend Tag
  59. <li> - List Item Tag
  60. <link> - Link Tag
  61. <main> - Main Tag
  62. <map> - Map Tag
  63. <mark> - Mark Tag
  64. <meta> - Meta Tag
  65. <meter> - Meter Tag
  66. <nav> - Navigation Tag
  67. <noscript> - No Script Tag
  68. <object> - Object Tag
  69. <ol> - Ordered List Tag
  70. <optgroup> - Option Group Tag
  71. <option> - Option Tag
  72. <output> - Output Tag
  73. <p> - Paragraph Tag
  74. <param> - Parameter Tag
  75. <picture> - Picture Tag
  76. <pre> - Pre-formatted Text Tag
  77. <progress> - Progress Tag
  78. <q> - Quotation Tag
  79. <rp> - Ruby Parenthesis Tag
  80. <rt> - Ruby Text Tag
  81. <ruby> - Ruby Tag
  82. <s> - Strike-through Tag
  83. <samp> - Sample Tag
  84. <script> - Script Tag
  85. <section> - Section Tag
  86. <select> - Select Tag
  87. <small> - Small Tag
  88. <source> - Source Tag
  89. <span> - Span Tag
  90. <strong> - Strong Tag
  91. <style> - Style Tag
  92. <sub> - Sub-Script Tag
  93. <summary> - Summary Tag
  94. <sup> - Super-Script Tag
  95. <svg> - Scalable Vector Graphics Tag
  96. <table> - Table Tag
  97. <tbody> - Table Body Tag
  98. <td> - Table Data Cell Tag
  99. <template> - Template Tag
  100. <textarea> - Textarea Tag
  101. <tfoot> - Table Foot Tag
  102. <th> - Table Header Cell Tag
  103. <thead> - Table Header Group Tag
  104. <time> - Time Tag
  105. <title> - Title Tag
  106. <tr> - Table Row Tag
  107. <track> - Track Tag
  108. <u> - Underline Tag
  109. <ul> - Un-ordered List Tag
  110. <var> - Variable Tag
  111. <video> - Video Tag
  112. <wbr> - Word Break Opportunity Tag

✦ List of tags is not supported in HTML5:

  1. <acronym> - Acronym Tag
  2. <applet> - Applet Tag
  3. <basefont> - Base Font Tag
  4. <big> - Big Tag
  5. <center> - Center Tag
  6. <dir> - Directory Tag
  7. <font> - Font Tag
  8. <frame> - Frame Tag
  9. <frameset> - Frame Set Tag
  10. <noframes> - No Frame Tag
  11. <strike> - Strike Tag
  12. <tt> - Tele Type Tag

⇪ To Top

❮ Previous TopicNext Topic ❯

⌂ Goto Home Page