Computer Studies

Distinguish between Unordered list and Ordered list.

HTML Advanced Features

489 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

232 Likes


Related Questions