[go: up one dir, main page]

0% found this document useful (0 votes)
101 views6 pages

HTML Tags

This document defines HTML tags and their purposes in 3 sentences or less: The document lists several HTML tags such as <a>, <abbr>, <acronym>, and others and provides a brief description of what each tag is used for, such as defining hyperlinks, abbreviations, acronyms, contact information, embedded content, and more. Many tags such as <applet>, <basefont>, and <center> are noted as not being supported in HTML5. The descriptions indicate how each tag is used to structure or provide additional information for content in an HTML document.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
101 views6 pages

HTML Tags

This document defines HTML tags and their purposes in 3 sentences or less: The document lists several HTML tags such as <a>, <abbr>, <acronym>, and others and provides a brief description of what each tag is used for, such as defining hyperlinks, abbreviations, acronyms, contact information, embedded content, and more. Many tags such as <applet>, <basefont>, and <center> are noted as not being supported in HTML5. The descriptions indicate how each tag is used to structure or provide additional information for content in an HTML document.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 6

It is termed as anchor tag and it creates a

<a>
hyperlink or link.
It defines an abbreviation for a phrase or longer
<abbr>
word.
It defines acronym for a word. (Not supported in
<acronym>
HTML5)
It defines the author's contact information of the
<address>
HTML article
It defines an embedded Java applet. (Not
<applet>
supported in HTML5)
<area> It defines the area of an image map.
<article> It defines the self-contained content.
It defines content aside from main content.
<aside>
Mainly represented as sidebar.
It is used to embed sound content in HTML
<audio>
document.
<b> It is used to make a text bold.
This tag defines the base URL for all relative
<base>
URL within the document.
This tag is used to set default font, size and
<basefont> color for all elements of document. (Not
supported in HTML5)
This tag is used to provide isolation for that
<bdi> part of text which may be formatted in
different directions from its surrounding text.
<bdo> It is used to override the current text direction.
This tag is used to make font size one level
<big> larger than its surrounding content. (Not
supported in HTML5)
It is used to define a content which is taken
<blockquote>
from another source.
It is used to define the body section of an
<body>
HTML document.
<br> It is used to apply single line break.
<button> It is used to represent a clickable button
It is used to provide a graphics space within a
<canvas>
web document.
<caption> It is used to define a caption for a table.
It is used to align the content in center. (Not
<center>
supported in HTML5)
It is used to define the title of the work, book,
<cite>
website, etc.
It is used to display a part of programming code
<code>
in an HTML document.
It defines a column within a table which
<col> represent common properties of columns and
used with the <colgroup> element.
<colgroup> It is used to define group of columns in a table.
It is used to link the content with the machine-
<data>
readable translation.
It is used to provide a predefined list for input
<datalist>
option.
It is used to provide definition/description of a
<dd>
term in description list.
It defines a text which has been deleted from the
<del>
document.
It defines additional details which user can either
<details>
view or hide.
It is used to indicate a term which is defined
<dfn>
within a sentence/phrase.
It defines a dialog box or other interactive
<dialog>
components.
It is used as container for directory list of files.
<dir>
(Not supported in HTML5)
It defines a division or section within HTML
<div>
document.
<dl> It is sued to define a description list.
<dt> It is used to define a term in description list.

You might also like