Computer Science, asked by Cho6copitsk, 1 year ago

which tag is used for displaying the unordered list with bullets?

Answers

Answered by sidharth1887sidharth
1
<ul>
  <li>Bullet 1</li>
  <li>Bullet 2</li>
  <li>Bullet 3</li>
</ul>
Similar questions