■ Complete HTML Tag Reference (Categorized)
■ Document & Root
<!DOCTYPE>, <html>, <head>, <title>, <body>
■ Metadata & Head
<meta>, <link>, <style>, <script>, <noscript>, <base>
■ Sectioning & Layout
<header>, <nav>, <section>, <article>, <aside>, <main>, <footer>, <address>
■ Content Grouping
<div>, <p>, <hr>, <pre>, <blockquote>, <figure>, <figcaption>, <details>, <summary>
■ Headings
<h1>, <h2>, <h3>, <h4>, <h5>, <h6>
■ Text & Inline
<span>, <br>, <wbr>, <b>, <strong>, <i>, <em>, <u>, <mark>, <small>, <sub>, <sup>, <abbr>, <dfn>,
<code>, <samp>, <kbd>, <var>, <time>, <data>, <cite>, <bdo>, <bdi>, <q>, <s>, <del>, <ins>
■ Lists
<ul>, <ol>, <li>, <dl>, <dt>, <dd>
■ Links
<a>, <link>
■ Media
<img>, <picture>, <source>, <map>, <area>, <audio>, <video>, <track>, <embed>, <object>,
<param>, <iframe>, <canvas>, <svg>, <math>
■ Forms
<form>, <input>, <textarea>, <button>, <select>, <optgroup>, <option>, <label>, <fieldset>, <legend>,
<datalist>, <output>, <meter>, <progress>
■ Tables
<table>, <caption>, <thead>, <tbody>, <tfoot>, <tr>, <th>, <td>, <colgroup>, <col>
■ Interactive
<dialog>, <menu>, <menuitem>, <slot>, <template>
■ Ruby Annotation
<ruby>, <rt>, <rp>
■ Deprecated / Obsolete
<acronym>, <applet>, <basefont>, <bgsound>, <big>, <center>, <font>, <frame>, <frameset>,
<noframes>, <marquee>, <strike>, <tt>, <blink>, <isindex>
■ Web Components
<shadow>, <content>, <custom-element> (example: <my-component>)