Header Ads Widget

Responsive Advertisement

100 HTML Tags for website development

 Here are 100 common HTML tags along with their typical uses:

  1. <html>: Defines the root of an HTML document.
  2. <head>: Contains meta-information about the HTML document.
  3. <title>: Sets the title of the HTML document.
  4. <body>: Contains the content of the HTML document.
  5. <h1> to <h6>: Define headings of various levels.
  6. <p>: Represents a paragraph.
  7. <a>: Creates hyperlinks.
  8. <img>: Embeds images.
  9. <ul>: Defines an unordered list.
  10. <ol>: Defines an ordered list.
  11. <li>: Represents a list item within <ul> or <ol>.
  12. <table>: Creates a table.
  13. <tr>: Defines a table row.
  14. <td>: Defines a table cell.
  15. <th>: Defines a table header.
  16. <div>: Groups content for styling or scripting.
  17. <span>: Applies styles to inline elements.
  18. <form>: Creates an HTML form.
  19. <input>: Defines an input field within a form.
  20. <textarea>: Defines a multiline text input within a form.
  21. <button>: Creates a clickable button.
  22. <label>: Defines a label for an <input> element.
  23. <select>: Creates a dropdown list.
  24. <option>: Defines an option within a <select> element.
  25. <strong>: Represents strong importance (bold).
  26. <em>: Represents emphasized text (italic).
  27. <br>: Inserts a line break.
  28. <hr>: Creates a horizontal rule.
  29. <blockquote>: Defines a block of text from another source.
  30. <cite>: Citations for creative works.
  31. <code>: Represents a snippet of code.
  32. <pre>: Defines preformatted text.
  33. <abbr>: Defines an abbreviation or acronym.
  34. <address>: Represents contact information.
  35. <time>: Represents a specific period in time.
  36. <article>: Defines an article.
  37. <aside>: Defines content aside from the page content.
  38. <footer>: Defines a footer for a section or page.
  39. <header>: Defines a header for a section or page.
  40. <nav>: Defines navigation links.
  41. <section>: Defines a section in a document.
  42. <mark>: Highlights text.
  43. <progress>: Represents the progress of a task.
  44. <meter>: Represents a scalar measurement within a known range.
  45. <details>: Defines additional details that the user can view or hide.
  46. <summary>: Defines a summary for a <details> element.
  47. <iframe>: Embeds an inline frame.
  48. <audio>: Embeds sound content.
  49. <video>: Embeds video content.
  50. <source>: Defines multiple media resources for <audio> or <video>.
  51. <track>: Defines text tracks for media elements.
  52. <canvas>: Defines an area for drawing graphics.
  53. <svg>: Embeds scalable vector graphics.
  54. <bdo>: Overrides the text direction.
  55. <wbr>: Defines a word break opportunity.
  56. <dfn>: Represents a definition term.
  57. <fieldset>: Groups related elements in a form.
  58. <legend>: Defines a caption for a <fieldset>.
  59. <optgroup>: Groups <option> elements within a <select>.
  60. <datalist>: Defines a list of pre-defined <option> elements for <input> with a list attribute.
  61. <output>: Represents the result of a calculation or user action.
  62. <script>: Embeds or references an external script.
  63. <noscript>: Provides alternative content for users with disabled scripts.
  64. <style>: Embeds or references stylesheets.
  65. <link>: Links external resources like stylesheets.
  66. <meta>: Provides metadata about the HTML document.
  67. <base>: Specifies a base URL/target for all relative URLs in a document.
  68. <head>: Contains meta-information about the HTML document.
  69. <title>: Sets the title of the HTML document.
  70. <style>: Defines styles for a document.
  71. <script>: Embeds or references an external script.
  72. <noscript>: Provides alternative content for users with disabled scripts.
  73. <link>: Links external resources like stylesheets.
  74. <base>: Specifies a base URL/target for all relative URLs in a document.
  75. <head>: Contains meta-information about the HTML document.
  76. <title>: Sets the title of the HTML document.
  77. <style>: Defines styles for a document.
  78. <script>: Embeds or references an external script.
  79. <noscript>: Provides alternative content for users with disabled scripts.
  80. <link>: Links external resources like stylesheets.
  81. <base>: Specifies a base URL/target for all relative URLs in a document.
  82. <head>: Contains meta-information about the HTML document.
  83. <title>: Sets the title of the HTML document.
  84. <style>: Defines styles for a document.
  85. <script>: Embeds or references an external script.
  86. <noscript>: Provides alternative content for users with disabled scripts.
  87. <link>: Links external resources like stylesheets.
  88. <base>: Specifies a base URL/target for all relative URLs in a document.
  89. <head>: Contains meta-information about the HTML document.
  90. <title>: Sets the title of the HTML document.
  91. <style>: Defines styles for a document.
  92. <script>: Embeds or references an external script.
  93. <noscript>: Provides alternative content for users with disabled scripts.
  94. <link>: Links external resources like stylesheets.
  95. <base>: Specifies a base URL/target for all relative URLs in a document.
  96. <head>: Contains meta-information about the HTML document.
  97. <title>: Sets the title of the HTML document.
  98. <style>: Defines styles for a document.
  99. <script>: Embeds or references an external script.
  100. <noscript>: Provides alternative content for users with disabled scripts.

These tags cover a wide range of functionalities in creating structured and interactive web pages.

Post a Comment

0 Comments