Computer Science, asked by Yashwardhan7732, 1 year ago

What is the significance of type attribute in unordered list in html?What are the different possible type attributes available for
  • tag?

Answers

Answered by dhananath77
4
Use of the type attribute in an unordered HTML list:

<ul type="square">
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ul>

Use of the type attribute in an unordered HTML list:

<ul type="square">
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ul>
Similar questions