View Single Post
  #6 (permalink)  
Old 05-15-2010, 04:36 AM
reynoldcastellino reynoldcastellino is offline
Junior Member
 
Join Date: May 2010
Posts: 19
reynoldcastellino is on a distinguished road
There are three types of list present in the HTML. First is ordered list , then unordered list and lat is defination list. Ordered list use <ol> tag, unordered list use <ul> tag, and defination list use <dl> tag.
Reply With Quote