Rajendran S

Rajendran S

  • 1.2k
  • 523
  • 130.1k

How can I add (a). (b) with li tag in html

May 26 2022 6:52 AM

<ol type="a">
                                <li>
                                    Banana
                                </li>
                                <li>
                                    Apple
                                </li>
                                <li>Orange</li>
                                <li>
                                    Mango
                                </li>
</ol>

I Need below result . How write the html code the below output

(a)  .   Banana

(b)  . Apple

(c)  .Organe


Answers (2)