Computer Science, asked by avinashdubey1, 1 year ago

how can you make a list that lists the items with bullets

Answers

Answered by Programme
4
You can use the code to make a list with bullets : 

<ul type="bullets">
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
Answered by debayan2468
0

Answer:

<ul type ="bullets">

<li> item 1 </li>

<li> item 2 </li>

<li> item 3 </li>

Explanation:

  • item 1
  • item 2
  • item 3

Similar questions