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






'ul' Syntax and Note

Note:

This element creates an unordered (bulleted) list. 
Each item in the list is marked by the <li> element.
    
Syntax:
    
<ul attributes events> . . . </ul>
    

      
      








Related examples in the same category

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