0% found this document useful (0 votes)
7 views4 pages

Essential HTML Tags Explained

The document provides a comprehensive list of HTML tags along with their descriptions. It covers essential tags for structuring an HTML document, formatting text, and includes notes on deprecated tags in HTML5. Each tag is briefly explained to assist users in understanding its purpose and usage.

Uploaded by

anshulgola5339
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)
7 views4 pages

Essential HTML Tags Explained

The document provides a comprehensive list of HTML tags along with their descriptions. It covers essential tags for structuring an HTML document, formatting text, and includes notes on deprecated tags in HTML5. Each tag is briefly explained to assist users in understanding its purpose and usage.

Uploaded by

anshulgola5339
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

Tag Description

<html> Defines an HTML document

<head> Contains metadata/information for the document

<title> Defines a title for the document

<body> Defines the document's body

<h1> to <h6> Defines HTML headings

<p> Defines a paragraph

<br> Inserts a single line break

<hr> Defines a thematic change in the content

<!--...--> Defines a comment

Formatting
Tag Description

<abbr> Defines an abbreviation or an acronym

<address> Defines contact information for the author/owner of a document/

article

<b> Defines bold text

<bdo> Overrides the current text direction

<center> Not supported in HTML5. Use CSS instead.


Defines centered text

<cite> Defines the title of a work

<del> Defines text that has been deleted from a document


<em> Defines emphasized text

<font> Not supported in HTML5. Use CSS instead.


Defines font, color, and size for text

<i> Defines a part of text in an alternate voice or mood

<ins> Defines a text that has been inserted into a document

<mark> Defines marked/highlighted text

<pre> Defines preformatted text

<q> Defines a short quotation

<strike> Not supported in HTML5. Use <del> or <s> instead.


Defines strikethrough text
<strong> Defines important text

<sub> Defines subscripted text

<sup> Defines superscripted text

<time> Defines a specific time (or datetime)

<tt> Not supported in HTML5. Use CSS instead.


Defines teletype text

<u> Defines some text that is unarticulated and styled differently from no

<br> Defines a possible line-break

You might also like