Natchatran

NATCHATRAN

Natchatran Blogs includes Technical Tutorials, E-books, Notes, Lab Manual, Question Banks, Viva questions and Interview questions for engineering students, provides all study material for cse students.

-Natchatran(Prem Anandh.J)

Monday, December 17, 2012

HTML Tag Reference - (HTML5 Compliant)



premanandhj.blogspot.in                                                                                premanandhj.hpage.com
HTML Tag Reference - (HTML5 Compliant)
Ordered by Function
New : New tags in HTML5.
Tag
Description
Basic tags

Defines the document type
Defines an HTML document
Defines a title for the document
Defines the document's body
Defines HTML headings
Defines a paragraph
Inserts a single line break
Defines a thematic change in the content
Defines a comment
Formatting

Not supported in HTML5. Defines an acronym
Defines an abbreviation
Defines contact information for the author/owner of a document/article
Defines bold text
<bdi>                 New
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 big text
Defines a section that is quoted from another source
Not supported in HTML5. Deprecated in HTML 4.01. Defines centered text
Defines the title of a work
Defines a piece of computer code
Defines text that has been deleted from a document
Defines a definition term
Defines emphasized text 
Not supported in HTML5. Deprecated in HTML 4.01. Defines font, color, and size for text
Defines a part of text in an alternate voice or mood
Defines a text that has been inserted into a document
Defines keyboard input
<mark>          New
Defines marked/highlighted text
<meter>         New
Defines a scalar measurement within a known range (a gauge)
Defines preformatted text
<progress>   New
Represents the progress of a task
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)
Defines text that is no longer correct
Defines sample output from a computer program
Defines smaller text
Not supported in HTML5. Deprecated in HTML 4.01. Defines strikethrough text
Defines important text
Defines subscripted text
Defines superscripted text
<time>            New
Defines a date/time
Not supported in HTML5. Defines teletype text
Defines text that should be stylistically different from normal text
Defines a variable
<wbr>              New
Defines a possible line-break
Forms

Defines an HTML form for user input
Defines an input control
Defines a multiline input control (text area)
Defines a clickable button
Defines a drop-down list
Defines a group of related options in a drop-down list
Defines an option in a drop-down list
Defines a label for an <input> element
Groups related elements in a form
Defines a caption for a <fieldset>, < figure>, or <details> element
<datalist>         New
Specifies a list of pre-defined options for input controls
<keygen>         New
Defines a key-pair generator field (for forms)
<output>           New
Defines the result of a calculation
Frames

Not supported in HTML5. Defines a window (a frame) in a frameset
Not supported in HTML5. Defines a set of frames
Not supported in HTML5. Defines an alternate content for users that do not support frames
Defines an inline frame
Images

Defines an image
Defines a client-side image-map
Defines an area inside an image-map
<canvas>         New
Used to draw graphics, on the fly, via scripting (usually JavaScript)
Defines a caption for a <figure> element
<figure>          New
Specifies self-contained content
Audio/Video

<audio>           New
Defines sound content
<source>         New
Defines multiple media resources for media elements (<video> and <audio>)
<track>           New
Defines text tracks for media elements (<video> and <audio>)
<video>          New
Defines a video or movie
Links

Defines a hyperlink
Defines the relationship between a document and an external resource (most used to link to style sheets)
<nav>              New
Defines navigation links
Lists

Defines an unordered list
Defines an ordered list
Defines a list item
Not supported in HTML5. Deprecated in HTML 4.01. Defines a directory list
Defines a definition list
Defines a term (an item) in a definition list
Defines a description of an item in a definition list
Defines a list/menu of commands
<command>   New
Defines a command button that a user can invoke
Tables

Defines a table
Defines a table caption
Defines a header cell in a table
Defines a row in a table
Defines a cell in a table
Groups the header content in a table
Groups the body content in a table
Groups the footer content in a table
Specifies column properties for each column within a <colgroup> element
Specifies a group of one or more columns in a table for formatting
Style/Sections

Defines style information for a document
Defines a section in a document
Defines a section in a document
<header>        New
Defines a header for a document or section
<footer>         New
Defines a footer for a document or section
<hgroup>       New
Groups heading (<h1> to <h6>) elements
<section>       New
Defines a section in a document
<article>        New
Defines an article
<aside>           New
Defines content aside from the page content
<details>        New
Defines additional details that the user can view or hide
<summary>   New
Defines a visible heading for a <details> element
Meta Info

Defines information about the document
Defines metadata about an HTML document
Specifies the base URL/target for all relative URLs in a document
Not supported in HTML5. Deprecated in HTML 4.01. Specifies a default color, size, and font for all text in a document
Programming

Defines a client-side script
Defines an alternate content for users that do not support client-side scripts
Not supported in HTML5. Deprecated in HTML 4.01. Defines an embedded applet
<embed>          New
Defines a container for an external (non-HTML) application
Defines an embedded object
Defines a parameter for an object


premanandhj.blogspot.in                                                                                       premanandhj.hpage.com