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
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>
<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