Computer Science, asked by nobitashizuka24, 4 months ago

3.The <ol> tag defines an...... ​

Answers

Answered by allysia
0

Answer:

ordered list in HTML.

Explanation:

Example as,

<body>

<ol>

<li> Apples </li>

<li> Pears</li>

</ol>

</body>

Similar questions