KnowledgeBoat Logo
|
LoginJOIN NOW

Computer Studies

Distinguish between Unordered list and Ordered list.

HTML Advanced Features

478 Likes

Answer

Unordered listOrdered list
In an unordered list, each item is displayed with a bullet.In an ordered list, each item is displayed along with the numbers or letters instead of bullets.
<ul> and </ul> tags are used.<ol> and </ol> tags are used.

Answered By

225 Likes


Related Questions