Computer Science, asked by tarti0990, 3 months ago

Which tag is used to end an ordered list?​

Answers

Answered by AnushGudimetla
0

The </ol> tag is used to end an ordered list.

example -

<html>

  <head></head>

   <body>

       <ol>

        <li>Content<li>

        <li>Content<li>

        <li>Content<li>

       </ol>

   </body>

</html>

Similar questions