Logo
  Sunday, May 20, 2012
Sign-In  |  Sign-Up  |  Contact Us  | Bookmark |  RSS Feed

HTML5 Tutorial FeedBurner

The HTML5 <output> Tag  
The HTML5 <output> tag has to be placed within an HTML document if the calculation result has to be represented. The calculation pertains to those similar to what the script does.

The HTML5 <output> tag is a new tag in HTML5. It is also compatible with web browsers like Safari, Opera, Firefox and Goole Chrome. However, this is not accepted in Internet Explorer.

The use of HTML5 <output> tag is not limited since it provides support for both the Events Attributes and Global Attributes in HTML5.

There are three attributes for the HTML5 <output> tag. These are the following:

Attribute

Value

Description

for

element_id

This is important in showing the relationship between the calculation result and the various elements that were utilized to come up with the calculation

form

form_id

It determines one or more forms wherein the output element has to work along with

name

name

It is used in adding a name which is specific for the output element

Print HTML5 <output> Tag Bookmark HTML5 <output> Tag

Related Articles  
The HTML <noframes> Tag
The HTML <noframes> tag is no longer accepted and used in HTML5. In the previous HTML, particularly HTML4.01, ...
The HTML5 <nav> Tag
The main role of the HTML5 <nav> tag is to establish major block for the navigation links.
The HTML5 <bdo> Tag
The HTML5 <bdo> tag is a formatting element which is used to override the current text direction. It is used to ...
The HTML5 <article> Tag
The HTML5 <article> tag is an indicator of a content that can stand on its own. This means that even if that ...
The HTML5 <strike> Tag
The use of the HTML <strike> tag is no longer accepted for HTML5 documents. To be able to achieve the ...
The HTML5 <video> Tag
The HTML5 <video> tag is the main tool of the author to add some movie clip or video stream within a document.
More