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

HTML5 Tutorial FeedBurner

The HTML5 <fieldset> Tag  
The HTML5 <fieldset> tag is utilized in an HTML document such that all related elements in a form are in one group. When the HTML5 <fieldset> tag is placed, there will be a box which encloses all related elements.

The use of HTML5 <fieldset> tag is recognized by all the major web browsers that are being utilized these days such as Internet Explorer, Google Chrome, Firefox, Opera and Safari.

Some of the attributes that work with the HTML5 <fieldset> tag are not recognized in HTML4.01 such as disabled, form and name attributes.

When the HTML5 <fieldset> tag is used, it usually comes with the <legend> tag which showcases the caption.

The attributes for HTML5 <fieldset> tag are the following:

Attribute

Value

Description

disabled

disabled

Identifies what kind of a group of elements should be disabled

form

form_id

Identifies the fieldset elements form belongs to

name

text

Identifies a name for the fieldset

Using the HTML5 <fieldset> tag is not a problem even with the Global Attribute or Event Attribute in HTML5.

Print HTML5 <fieldset> Tag Bookmark HTML5 <fieldset> Tag

Related Articles  
The HTML5 <param> Tag
This tag is used to specify the parameters of the plugins. The use of HTML5 <param> tag has to be carefully noted ...
The HTML5 <var> Tag
The HTML5 <var> is applicable for adding a portion of an application, a specific mathematical expression/sentence ...
The HTML5 <u> Tag
The HTML5 <u> tag is no longer functional in HTML5. Before, the purpose of using HTML <u> tag is to put an ...
The HTML5 <dfn> Tag
The HTML5 <dfn> tag is useful when it is necessary for the author to provide a definition of a term.
The HTML5 <rt> Tag
The HTML5 <rt> tag is used along with the <ruby> and <rp> tags to clearly define he ruby ...
The HTML5 <cite> Tag
The HTML5 <cite> tag is necessary when indicating the title of a specific work that is incorporated in the HTML ...
More