'ol' Syntax and Note : ol « HTML Tag Reference « HTML CSS Reference






'ol' Syntax and Note

Note:

This element creates an indented numbered (ordered) list. 
This element is used in conjunction with the <li> element.
<li> element creates each item in the list.
    
Syntax:
    
<ol attributes events> . . . </ol>
    

      
      








Related examples in the same category

1.'ol' HTML Attributes
2.'ol' Event Handlers
3.'ol' CSS Attributes and JavaScript Style Properties
4.'ol' Example
5.'ol' Microsoft Behaviors
6.'ol' Microsoft Filters
7.'ol' JavaScript Properties
8.'ol' JavaScript Methods
9.'ol' JavaScript Collections
10.'ol' JavaScript Objects