Complete HTML5 Tag List

This is a summarized version collected from the Official Page that list those in more details.

Don't Type These Elements

Closing these tags are optional and its better NOT to close those unlike in the 90s.

</area>
</base>
<body> and </body>
</br>
</caption>
</col>
<colgroup> and </colgroup>
</dd>
</dt>
</embed>
<head> and </head>
</hr>
<html> and </html>
</img>
</input>
</li>
</link>
</meta>
</optgroup>
</option>
</p>
</param>
</rp>
</rt>
</source>
<tbody> and </tbody>
</td>
</tfoot>
</th>
</thead>
</tr>
</track>
</wbr>

HTML5 Elements

Main root
<html>
Document metadata
<base>
<head>
<link>
<meta>
<style>
<title>
Sectioning root
<body>
Content sectioning
<address>
<article>
<aside>
<footer>
<header>
<h1>
<h2>
<h3>
<h4>
<h5>
<h6>

<main>
<nav>
<section>

Text content
<blockquote>
<dd>
<div>
<dl>
<dt>
<figcaption>
<figure>
<hr>
<li>
<menu>
<ol>
<p>
<pre>
<ul>
Inline text semantics
<a>
<abbr>
<b>
<bdi>
<bdo>
<br>
<cite>
<code>
<data>
<dfn>
<em>
<i>
<kbd>
<mark>
<q>
<rp>
<rt>
<ruby>
<s>
<samp>
<small>
<span>
<strong>
<sub>
<sup>
<time>
<u>
<var>
<wbr>
Image and multimedia
<area>
<audio>
<img>
<map>
<track>
<video>
Embedded content
<embed>
<iframe>
<object>
<picture>
<portal>
<source>
SVG and MathML
<svg>
<math>
Scripting
<canvas>
<noscript>
<script>
Demarcating edits
<del>
<ins>
Table content
<caption>
<col>
<colgroup>
<table>
<tbody>
<dd>
<tfoot>
<dt>
<thead>
<tr>

Interactive elements
<details>
<dialog>
<summary>
Web Components
<slot>
<template>
Obsolete and deprecated elements
<acronym>
<applet>
<bgsound>
<big>
<blink>
<center>
<content>
<dir>
<font>
<frame>
<frameset>
<image>
<keygen>
<marquee>
<menuitem>
<nobr>
<noembed>
<noframes>
<param>
<plaintext>
<rb>
<rtc>
<shadow>
<spacer>
<strike>
<tt>
<xmp>

Forms

Forms
<button>
<datalist>
<fieldset>
<form>
<input>
<label>
<legend>
<meter>
<optgroup>
<option>
<output>
<progress>
<select>
<textarea>
Input Type

<button>
<checkbox>
<color>
<date>
<datetime-local>
<email>
<file>
<hidden>
<image>
<month>
<number>
<password>
<radio>
<range>
<reset>
<search>
<submit>
<tel>
<text>
<time>
<url>
<week>

Attributes

<accept>
<alt>
<autocomplete>
<capture>
<checked>
<dirname>
<disabled>
<form>
<formaction>
<formenctype>
<formmethod>
<formnovalidate>
<formtarget>
<height>
<list>
<max>
<maxlength>
<min>
<minlength>
<multiple>
<name>
<pattern>
<placeholder>
<readonly>
<required>
<size>
<src>
<step>
<type>
<value>
<width>
Published
8-Sep-2022
Updated
29-Sep-2022