HTML Lists
A webpage is sorted and indexed as one of the best ways to present information. Two kinds of lists can be be made through HTML. Ordered ListUnordered ListUnordered Lists < ul type = “disc/circle/square”> <li>…….</li> <li>…….</li> <li>…….</li> <li>…….</li> </ul> type = “disc” sets a solid disc. type = “circle” sets an empty circle.