what is the use of ul tag with there attribute
Answers
Answered by
2
<ul type="square">
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
Try it Yourself »
Definition and Usage
The type attribute specifies the kind of marker to use in the unordered list.
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
Try it Yourself »
Definition and Usage
The type attribute specifies the kind of marker to use in the unordered list.
Answered by
0
<ul >helps us to insert unordered list in a webpage .
attributes of <ul>is start
attributes of <ul>is start
Similar questions