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

Ordered Alphabetically

The document lists HTML tags and their descriptions. It provides information on standard tags as well as new tags introduced in HTML5. It details each tag's purpose and explains some tags that are not supported in HTML5.

Uploaded by

Lakshya Garg
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views4 pages

Ordered Alphabetically

The document lists HTML tags and their descriptions. It provides information on standard tags as well as new tags introduced in HTML5. It details each tag's purpose and explains some tags that are not supported in HTML5.

Uploaded by

Lakshya Garg
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 4

Naresh i Technologies, Hyderabad,

04023746666

HTML TAGS LIST


New : New tags in HTML5.

Tag

<!--...-->
<!DOCTYPE>
<a>
<abbr>
<acronym>
<address>
<applet>
<area>
<article>New
<aside>New
<audio>New
<b>
<base>
<basefont>
<bdi>New
<bdo>
<big>
<blockquote>
<body>
<br>
<button>
<canvas>New
<caption>
<center>
<cite>
<code>
<col>
<colgroup>

Prepared By

Raju

Description

Defines a comment
Defines the document type
Defines a hyperlink
Defines an abbreviation
Not supported in HTML5
Defines contact information for the author/owner of a
document/article
Not supported in HTML5
Defines an area inside an image-map
Defines an article
Defines content aside from the page content
Defines sound content
Defines bold text
Specifies the base URL/target for all relative URLs in
a document
Not supported in HTML5
Isolates a part of text that might be formatted in a
different direction from other text outside it
Overrides the current text direction
Not supported in HTML5
Defines a section that is quoted from another source
Defines the document's body
Defines a single line break
Defines a clickable button
Used to draw graphics, on the fly, via scripting
(usually JavaScript)
Defines a table caption
Not supported in HTML5
Defines the title of a work
Defines a piece of computer code
Specifies column properties for each column within a
<colgroup> element
Specifies a group of one or more columns in a table
for formatting

Subba

Naresh i Technologies, Hyderabad,


04023746666
<command>New
Defines a command button that a user can invoke
<datalist>New
Specifies a list of pre-defined options for input
controls
<dd>
Defines a description of an item in a definition list
<del>
Defines a text that has been deleted from a
document
<details>New
Defines additional details that the user can view or hide
<dfn>
Defines a definition term
<dir>
Not supported in HTML5
<div>
Defines a section in a document
<dl>
Defines a definition list
<dt>
Defines a term (an item) in a definition list
<em>
Defines emphasized text
<embed>New
Defines a container for an external (non-HTML) application.
<fieldset>
Groups related elements in a form
<figcaption>New Defines a caption for a <figure> element
<figure>New
Specifies self-contained content
<font>
Not supported in HTML5
<footer>New
Defines a footer for a document or section
<form>
Defines an HTML form for user input
<frame>
Not supported in HTML5
<frameset>
Not supported in HTML5
<h1> to <h6> Defines HTML headings
<head>
Defines information about the document
<header>New
Defines a header for a document or section
<hgroup>New
Groups heading (<h1> to <h6>) elements
<hr>
Defines a thematic change in the content
<html>
Defines the root of an HTML document
<i>
Defines a part of text in an alternate voice or mood
<iframe>
Defines an inline frame
<img>
Defines an image
<input>
Defines an input control
<ins>
Defines a text that has been inserted into a
document
<keygen>New
Defines a key-pair generator field (for forms)
<kbd>
Defines keyboard input
<label>
Defines a label for an input element
<legend>
Defines a caption for a <fieldset>, <figure>, or <details>
element
<li>
Defines a list item
Prepared By

Raju

Subba

Naresh i Technologies, Hyderabad,


04023746666
<link>
<map>
<mark>New
<menu>
<meta>
<meter>New
(a gauge)
<nav>New
<noframes>
<noscript>

Defines the relationship between a document and an


external resource
Defines a client-side image-map
Defines marked/highlighted text
Defines a list/menu of commands
Defines metadata about an HTML document
Defines a scalar measurement within a known range

Defines navigation links


Not supported in HTML5
Defines an alternate content for users that do not support
client-side scripts
<object>
Defines an embedded object
<ol>
Defines an ordered list
<optgroup>
Defines a group of related options in a drop-down list
<option>
Defines an option in a drop-down list
<output>New
Defines the result of a calculation
<p>
Defines a paragraph
<param>
Defines a parameter for an object
<pre>
Defines preformatted text
<progress>New Represents the progress of a task
<q>
Defines a short quotation
<rp>New
Defines what to show in browsers that do not support ruby
annotations
<rt>New
Defines an explanation/pronunciation of characters (for
East Asian typography)
<ruby>New
Defines a ruby annotation (for East Asian
typography)
<s>
Defines text that is no longer correct
<samp>
Defines sample output from a computer program
<script>
Defines a client-side script
<section>New
Defines a section in a document
<select>
Defines a drop-down list
<small>
Defines smaller text
<source>New
Defines multiple media resources for media elements
(<video> and <audio>)
<span>
Defines a section in a document
<strike>
Not supported in HTML5
<strong>
Defines important text
<style>
Defines style information for a document
Prepared By

Raju

Subba

Naresh i Technologies, Hyderabad,


04023746666
<sub>
<summary>New
<sup>
<table>
<tbody>
<td>
<textarea>
<tfoot>
<th>
<thead>
<time>New
<title>
<tr>
<track>New
<audio>)
<tt>
<u>
normal text
<ul>
<var>
<video>New
<wbr>New

Prepared By

Raju

Defines subscripted text


Defines a visible heading for a <details> element
Defines superscripted text
Defines a table
Groups the body content in a table
Defines a cell in a table
Defines a multiline input control (text area)
Groups the footer content in a table
Defines a header cell in a table
Groups the header content in a table
Defines a date/time
Defines a title for the document
Defines a row in a table
Defines text tracks for media elements (<video> and
Not supported in HTML5
Defines text that should be stylistically different from
Defines an unordered list
Defines a variable
Defines a video or movie
Defines a possible line-break

Subba

You might also like