Computer Science, asked by unknon51, 5 months ago

Rajesh wants to display the contents of his project in a sequential manner. Suggest him a tag for the same.


plz don't spam neither i m gonna report

Answers

Answered by CucumberBro
11

Answer:

use the ol tag

Explanation:

use:

<ol>

<li>Content1</li>

<li>Content2</li>

<li>Content3</li>

</ol>

Similar questions