0% found this document useful (0 votes)
18 views4 pages

100 HTML Tags

The document lists 100 essential HTML tags used for web development. These tags include structural elements like <html>, <head>, and <body>, as well as formatting tags such as <strong>, <em>, and <p>. It also covers multimedia elements like <audio>, <video>, and <img>, along with form-related tags like <form>, <input>, and <button>.

Uploaded by

uzpenta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views4 pages

100 HTML Tags

The document lists 100 essential HTML tags used for web development. These tags include structural elements like <html>, <head>, and <body>, as well as formatting tags such as <strong>, <em>, and <p>. It also covers multimedia elements like <audio>, <video>, and <img>, along with form-related tags like <form>, <input>, and <button>.

Uploaded by

uzpenta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

100 Essential HTML Tags

1. <!DOCTYPE html>

2. <html>

3. <head>

4. <title>

5. <meta>

6. <link>

7. <style>

8. <body>

9. <h1>

10. <h2>

11. <h3>

12. <h4>

13. <h5>

14. <h6>

15. <p>

16. <br>

17. <hr>

18. <strong>

19. <em>

20. <b>

21. <i>

22. <u>

23. <small>

24. <mark>
25. <del>

26. <ins>

27. <sub>

28. <sup>

29. <blockquote>

30. <q>

31. <abbr>

32. <cite>

33. <code>

34. <pre>

35. <a>

36. <img>

37. <figure>

38. <figcaption>

39. <ul>

40. <ol>

41. <li>

42. <dl>

43. <dt>

44. <dd>

45. <table>

46. <tr>

47. <td>

48. <th>

49. <thead>

50. <tbody>
51. <tfoot>

52. <caption>

53. <form>

54. <input>

55. <textarea>

56. <button>

57. <select>

58. <option>

59. <label>

60. <fieldset>

61. <legend>

62. <div>

63. <span>

64. <header>

65. <footer>

66. <nav>

67. <article>

68. <section>

69. <aside>

70. <main>

71. <figure>

72. <details>

73. <summary>

74. <audio>

75. <video>

76. <source>
77. <embed>

78. <object>

79. <iframe>

80. <script>

81. <noscript>

82. <canvas>

83. <svg>

84. <progress>

85. <meter>

86. <time>

87. <bdi>

88. <bdo>

89. <wbr>

90. <template>

91. <slot>

92. <picture>

93. <track>

94. <map>

95. <area>

96. <link rel='stylesheet'>

97. <base>

98. <data>

99. <output>

100. <datalist>

You might also like