
Lists Lists are of two types – Ordered List and Unordered List Unordered lists are the list items marked with bullets and ordered lists are the list items marked with numbers or letters. A list(either a ordered or unordered) should contain a list items. Each item are marked with <li> tag eg <ul> <li>home</li> <li>Contact</li> [...]








