Here are some popular html categories with examples.

1. Structural Tags:

  • Document Structure: <!DOCTYPE html>, <html>, <head>, <body>, <header>, <nav>, <main>,
    <article>, <section>, <aside>, <footer>
  • Head Content: <title>, <meta>, <link>, <script>
  • Forming Regions: <div>, <span>
  • Grouping Content: <p>, <br>, <blockquote>, <code>, <pre>

2. Text Formatting Tags:

  • Headings: <h1> to <h6>
  • Emphasis: <strong>, <em>
  • Other Formatting: <mark>, <small>, <sub>, <sup>
  • Lists: <ul>, <ol>, <li>

3. Links and Media:

  • Links: <a>
  • Images: <img>, <figure>, <figcaption>
  • Tables: <table>, <tr>, <th>, <td>, <caption>
  • Media Embeds: <audio>, <video>, <source>

4. Interactive Elements:

  • Forms: <form>, <input>, <label>, <button>
  • Interactive Controls: <select>, <option>, <checkbox>, <radio>

5. Semantic Tags:

  • Content Types: <header>, <nav>, <main>, <article>, <section>,
    <aside>, <footer>
  • Other: <figure>, <figcaption>, <blockquote>, <del>, <ins>