Respuesta :

billgx
Use ordered list
  1. tag and put each item inside of a list item
  2. tag.

Answer:

Use <ol> and <li> tags

Explanation:

<!-- ordered list tag i.e. '<ol>'   -->

<ol>

 <!-- list item tag i.e. '<li>'  -->

            <li> A </li>

            <li> B </li>

            <li> C </li>

            <li> D </li>

            <li> E </li>

       </ol>

Ver imagen dayanandghelaro
ACCESS MORE
EDU ACCESS