Showing posts with the label ordered and unordered list in html exampleShow All

Do I always have to use <ol> and <li> together ?

Yes, you should always use < ol > and < li > together (or < ul > and < li >) .Neither one of these elements really makes sense without the other. Remember , a list is really a group of items : the < li >  element is used to identify each items, and the < ol > element is used to gro…

Continue Reading +