English, asked by clvermamech, 4 months ago

b. Which tag gives a numbered list?​

Answers

Answered by nishathakur57
0

Answer:

<li> tag and will be marked as numbers

Answered by Haribalabrainly
1

Answer:

&lt;ol  \: type = "1"&gt;

Explanation:

ol is for ordered list.

type = 1 gives numbered list like 1,2,3,4,etc.

you can give other types too.

<li> tag is for representing item in an list.

Examples

Code

<ol type = "1">

<li>maths

<li>science

</ol>

Output

  1. maths
  2. science

HOPE THIS HELPS YOU

Similar questions