tl  tr
  Home | Tutorials | Articles | Videos | Products | Tools | Search
Interviews | Open Source | Tag Cloud | Follow Us | Bookmark | Contact   
 HTML > Basic > List Tags

List Tags 

The following example shows using HTML ordered and unordered listing tags.

File Name  :  
source/HTML/basic_tags/list.html 

It gives the following output,
File Name  :  
source/HTML/basic_tags/list.html 

ordered list

  1. ONE
  2. TWO
  3. THREE
  4. FOUR
  5. FIVE
  6. SIX

unordered list

  • ONE
  • TWO
  • THREE
  • FOUR
  • FIVE
  • SIX



 
  


  
bl  br