Unordered Lists

Notes:

HTML ul tag for Un Ordered List:
We use ul tag to create un ordered lists in html.
We use li tag to add list items to ordered or un ordered list.
There is one attribute with respect to ul tag, that is type.
type attribute takes values like: disc, square, circle and none.

Interview Questions:

1. Three types of unordered list are __
a. rect, round, dimond
b. rect, circle, disc
c. square, round, disc
d. square, circle, disc
Answer: d