View Single Post
  #4 (permalink)  
Old 05-11-2010, 07:47 AM
brenddowling brenddowling is offline
Junior Member
 
Join Date: May 2010
Posts: 20
brenddowling is on a distinguished road
There are three various kinds of lists. A <ol> tag starts ordered list, <ul> for unordered lists, and <dl> for definition lists. Use the type and start attributes to manage lists.
• <ul> - unordered list; bullets
• <ol> - ordered list; numbers
• <dl> - definition list; dictionary
Reply With Quote