Computer Science, asked by ranikumarimishra2020, 4 months ago

GYES PLEASE GIVE THE CORRECT DEFINATION OF UNORDERED LIST IN HTML.

BECAUSE IT MY HOLIDAY HOMEWORK.

AND DON'T PASTE IT FROM GOOGLE BECAUSE I HAVE SEEN FROM THERE.

PLEASE HELF ME.

Answers

Answered by komuraut17
0

Explanation:

An unordered list typically is a bulleted list of items. HTML 3.0 gives you the ability to customise the bullets, to do without bullets and to wrap list items horizontally or vertically for multicolumn lists.

Answered by aakashmanm3
0

Answer:

An Unordered list make a list bulleted, The <ul> tag defines an unordered (bulleted) list.

Explanation:

<ul>

 <li>Coffee</li>

 <li>Tea</li>

 <li>Milk</li>

</ul>

Result =>

  • Coffee
  • Tea
  • Milk
Similar questions