Computer Science, asked by nehal87, 1 year ago

what is the use of ul tag with there attribute

Answers

Answered by ankitrishab
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.

Answered by hanshika49
0
<ul >helps us to insert unordered list in a webpage .
attributes of <ul>is start
Similar questions
Math, 1 year ago