What are the most commonly used lists used while designing a page?
Sandhya Answered question June 30, 2023
When designing a web page, the most commonly used lists are unordered lists (ul) and ordered lists (ol). Unordered lists are used for presenting items without any particular order, typically represented by bullet points. Ordered lists are used when the items need to be displayed in a specific order, often represented by numbers or letters.
Riya Answered question June 30, 2023
