HTML Tags – Classified Tables
Document Structure Tags
Tag Purpose
<!DOCTYPE> Defines document type
<html> Root of HTML document
<head> Metadata container
<title> Page title
<body> Page content
Text & Formatting Tags
Tag Purpose
<h1>-<h6> Headings
<p> Paragraph
<br> Line break
<hr> Horizontal line
<b> Bold text
<i> Italic text
<u> Underline
<strong> Important text
<em> Emphasized text
<small> Small text
<mark> Highlighted text
<sub> Subscript
<sup> Superscript
Links & Media Tags
Tag Purpose
<a> Hyperlink
<img> Image
<audio> Audio
<video> Video
<source> Media source
<track> Subtitles
List Tags
Tag Purpose
<ul> Unordered list
<ol> Ordered list
<li> List item
<dl> Description list
<dt> Term
<dd> Definition
Table Tags
Tag Purpose
<table> Table
<caption> Table caption
<tr> Table row
<th> Table header
<td> Table data
Form Tags
Tag Purpose
<form> Form
<input> Input field
<label> Label
<textarea> Text area
<button> Button
<select> Dropdown
<option> Option
Layout / Semantic Tags
Tag Purpose
<div> Block container
<span> Inline container
<header> Header
<footer> Footer
<nav> Navigation
<main> Main content
<section> Section
<article> Article
<aside> Side content