<html>: Root of HTML document
<head>: Metadata container
<title>: Page title
<body>: Visible content
<h1-h6>: Headings
<p>: Paragraph
<br>: Line break
<hr>: Horizontal line
<b>: Bold text
<strong>: Important text
<i>: Italic text
<em>: Emphasized text
<mark>: Highlighted text
<small>: Smaller text
<del>: Deleted text
<ins>: Inserted text
<sub>: Subscript
<sup>: Superscript
<a>: Hyperlink
<img>: Image
<audio>: Audio content
<video>: Video content
<source>: Media source
<track>: Media captions
<ul>: Unordered list
<ol>: Ordered list
<li>: List item
<dl>: Description list
<dt>: Term
<dd>: Description
<table>: Table
<tr>: Table row
<td>: Table cell
<th>: Table header
<thead>: Table head
<tbody>: Table body
<tfoot>: Table footer
<form>: Form
<input>: Input field
<textarea>: Text area
<button>: Button
<select>: Dropdown
<option>: Option in dropdown
<label>: Input label
<fieldset>: Group form elements
<legend>: Form group title
<div>: Block container
<span>: Inline container
<header>: Header section
<nav>: Navigation
<section>: Section
<article>: Article
<aside>: Sidebar
<footer>: Footer
<main>: Main content
<figure>: Figure container
<figcaption>: Figure caption
<canvas>: Graphics drawing
<svg>: Vector graphics
<iframe>: Embed page
<meta>: Metadata
<link>: External resource
<style>: CSS styles
<script>: JavaScript
<noscript>: Fallback if JS disabled
<details>: Expandable content
<summary>: Summary title
<dialog>: Dialog box
<template>: Hidden template
<slot>: Web components slot
<data>: Machine-readable data
<time>: Date/time
<progress>: Progress bar
<meter>: Measurement gauge
<abbr>: Abbreviation
<address>: Contact info
<cite>: Citation
<code>: Code text
<pre>: Preformatted text
<kbd>: Keyboard input
<samp>: Sample output
<var>: Variable
<bdi>: Bi-directional isolation
<bdo>: Text direction
<wbr>: Word break