• <!DOCTYPE>: Document type declaration
  • <a>: Anchor (hyperlink)
  • <abbr>: Abbreviation
  • <address>: Contact information
  • <article>: Article
  • <aside>: Sidebar
  • <audio>: Audio content
  • <b>: Bold text
  • <base>: Base URL for links
  • <blockquote>: Block quotation
  • <body>: Document body
  • <br>: Line break
  • <button>: Button
  • <canvas>: Graphics canvas
  • <cite>: Citation
  • <code>: Inline code
  • <datalist>: Input options
  • <dd>: Definition description
  • <del>: Deleted text
  • <details>: Toggle details
  • <dialog>: Dialog box
  • <div>: Block container
  • <dl>: Definition list
  • <dt>: Definition term
  • <em>: Emphasized text
  • <fieldset>: Group inputs
  • <figcaption>: Caption for media
  • <figure>: Group of media
  • <footer>: Footer section
  • <form>: Form container
  • <h1> to <h6>: Headings
  • <head>: Document metadata
  • <header>: Header section
  • <hr>: Horizontal rule
  • <html>: Root element
  • <i>: Italic text
  • <iframe>: Inline frame
  • <img>: Image
  • <input>: Input field
  • <ins>: Inserted text
  • <kbd>: Keyboard input
  • <label>: Label for input
  • <legend>: Caption for fieldset
  • <li>: List item
  • <link>: External resource link
  • <main>: Main content
  • <mark>: Highlighted text
  • <math>: Mathematical expressions
  • <menu>: Command menu
  • <menuitem>: Menu item (deprecated)
  • <meta>: Metadata
  • <nav>: Navigation
  • <ol>: Ordered list
  • <option>: Dropdown option
  • <output>: Output field
  • <p>: Paragraph
  • <pre>: Preformatted text
  • <q>: Inline quotation
  • <s>: Strikethrough
  • <samp>: Sample output
  • <section>: Section
  • <select>: Dropdown
  • <small>: Small text
  • <span>: Inline container
  • <strong>: Strong importance
  • <style>: Embedded CSS
  • <sub>: Subscript
  • <summary>: Summary for details
  • <sup>: Superscript
  • <svg>: Scalable vector graphics
  • <time>: Date/time
  • <title>: Document title
  • <textarea>: Text input area
  • <track>: Text tracks
  • <u>: Underlined text
  • <ul>: Unordered list
  • <var>: Variable
  • <video>: Video content