Tag Description
<!-- --> Defines a comment
<!DOCTYPE html> Defines HTML document type
<a> Defines a hyperlink
<abbr> Defines an abbreviation
<address> Defines contact information
<area> Defines image map area
<article> Defines an article
<aside> Defines related/sidebar content
<b> Defines bold text
<bdo> Overrides text direction
<body> Defines document body
<br> Inserts line break
<button> Defines clickable button
<caption> Defines table caption
<code> Defines computer code
<cite> Defines title of a work
<col> Defines table column
<colgroup> Groups table columns
<data> Machine-readable value
<datalist> Predefined input options
<dd> Description details
<del> Deleted text
<details> Expandable details
<dfn> Defines a term
<dialog> Dialog box
<div> Section/container
<dl> Description list
<dt> Description term
<em> Emphasized text
<embed> Embeds external content
<fieldset> Groups form controls
<figcaption> Figure caption
<figure> Figure content
<footer> Footer section
<form> HTML form
<frame> Frame (obsolete)
<frameset> Frameset (obsolete)
<h1>-<h6> Headings
<head> Document information
<header> Header section
<hr> Horizontal rule
<html> Root element
<i> Italic text
<iframe> Embeds webpage
<img> Displays image
<input> Input field
<ins> Inserted text
<kbd> Keyboard input
<label> Input label
<legend> Fieldset caption
<li> List item
<link> Links external resource
<main> Main content
<map> Image map
<mark> Highlighted text
<meta> Metadata
<meter> Measurement
<nav> Navigation
<noscript> Shown when JS disabled