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

HTML5 Tutorial FeedBurner

The HTML5 <li> tag  
If it is necessary to define a list item in the HTML document, the HTML5 <li> tag is used by the author. The HTML5 <li> tag is utilized in different ways because this is applicable for the ordered list or <ol>, unordered list or <ul> and menu list <menu>.

The HTML5 <li> tag is also supported by the common web browsers these days like the Internet Explorer, Safari, Google Chrome, Opera and Firefox. The HTML5 <li> tag is also compatible for both the Events Attributes and Global Attributes in HTML5.

Here is the attribute for the HTML5 <li> tag:

Attribute

Value

Description

value

number

This is the key in determining the value of a list item. The succeeding list items will follow number specified by the author but this is only for <ol> lists

Print HTML5 <li> tag Bookmark HTML5 <li> tag

Related Articles  
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 <sub> Tag
The HTML5 <sub> tag is used for making sure that the character will appear half a character below the baseline.
The HTML5 <samp> Tag
When it is necessary to place a sample output from a computer program or script, the HTML5 <samp> tag has to be ...
The HTML5 <basefont> Tag
The <basefont> tag is not supported in HTML5. This tag is used to set the default font color, font size, and font ...
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 HTML5 <legend> Tag
The primary reason why authors of HTML documents have to use HTML5 <legend> tag is because this is important in ...
More