Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

How to create an unordered list (a list with the list items in bullets) in HTML?

a) <ul>
b) <ol>
c) <li>
d) <i>

Answer: a
Explanation: The <ul> tag in HTML is used to display the list items in a bulleted format. There can be four types of an unordered list: disc, circle, square, and none.

Join The Discussion