Computer Science, asked by himabindu65, 1 month ago

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

<ul>
<ol>
<li>
<i>​

Answers

Answered by bidyutbold
1

Answer:

mark me as brainliest..

Explanation:

To create unordered list in HTML, use the <ul> tag. The unordered list starts with the <ul> tag. The list item starts with the <li> tag and will be marked as disc, square, circle, etc. The default is bullets, which is small black circles.

Similar questions