<ul></ul> will create an unordered list:
list items elements
<li>some content</li> are marked with bullets, circles, squares and other non-number marks.
<ol></ol> will create an ordered list: 
list items elements <li>some content</li> are marked with numbers.
                    
                 
             
        
Login in to like
Login in to comment