Learning: HTML List

HTML List

List are normally use for listing the elements, objects, sentences, etc. mainly the list is use to point out the main important sentence through out the website.

Just by styling out the list element, it can be use for many more purpose. The point given below can be used to explain, for what purpose the lists are useful for;(the points itself uses the list tag)




UnOrderList Tag

UnOrderList Tag this most commonly used tag in HTML. This tag comes in the favourite list of developer. It is because, it has more features than normal list tag. Without styling, unOrder list tag appear in the bullet form. But after styling it, it can be transformed into any form


CODE BOX


See the Pen UnOrder List Tag by Aakash Kavediya (@Aakash-Kavediya) on CodePen.




OrderList Tag

Order List Tag, this most rarely used tag in HTML. This list tag is only useful when you want to create a list with a serial number. This tag can also be edited through CSS and can be used as UnOrder list tag.


CODE BOX


See the Pen Order List Tag by Aakash Kavediya (@Aakash-Kavediya) on CodePen.