0% found this document useful (0 votes)
2 views2 pages

HTML Tags Notes

The document provides a list of HTML tags along with their descriptions. Each tag is defined with its specific purpose in web development, such as creating hyperlinks, formatting text, or structuring content. It serves as a reference for understanding the functionality of various HTML elements.
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)
2 views2 pages

HTML Tags Notes

The document provides a list of HTML tags along with their descriptions. Each tag is defined with its specific purpose in web development, such as creating hyperlinks, formatting text, or structuring content. It serves as a reference for understanding the functionality of various HTML elements.
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

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

You might also like