Computer Science, asked by sumanauddy283, 6 months ago

Creating list of items that you use very often.
How​

Answers

Answered by praveen51298
0

Answer:

<ul>

<li> Apple</li>

<li> Banana</li>

<li>Custard </li>

</ul>

<ol>

<li> Apple</li>

<li> Banana</li>

<li>Custard </li>

</ol>

Explanation:

ul is for unordered list

ol is for ordered list

Similar questions