0% found this document useful (0 votes)
3 views3 pages

HTML Tags Classified Notes

The document provides a comprehensive classification of HTML tags, organized into categories such as Document Structure, Text & Formatting, Links & Media, Lists, Tables, Forms, and Layout/Semantic tags. Each category lists specific tags along with their purposes, aiding in understanding HTML structure and functionality. This serves as a useful reference for web developers and designers.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views3 pages

HTML Tags Classified Notes

The document provides a comprehensive classification of HTML tags, organized into categories such as Document Structure, Text & Formatting, Links & Media, Lists, Tables, Forms, and Layout/Semantic tags. Each category lists specific tags along with their purposes, aiding in understanding HTML structure and functionality. This serves as a useful reference for web developers and designers.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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

You might also like