Computer Science, asked by prernasrivastava50, 4 months ago

2.
Define the different types of lists supported by HTML5.​

Answers

Answered by yassine99guedria
1

Answer:

<ol>:tags create the unordered list.<li>tags contain each list items

Explanation:

<ol>

<li>....</li>

<li>....</li>

</ol>

the second

<ul>

<li>....</li>

<li>....</li>

</ul>

Similar questions