Ordered list

Hello guys please support me and share more this is ordered type list

Name of cars

  1. Dizire
  2. BMW
  3. Audi
    1. 2010
    2. 2012
    3. 2023
  4. Tata


Copy code



<html>
<head>
<title>
</title></head>
<body>
<h1>Name of cars</h1>
<ol type="I">
<li>Dizire</li>
<li>BMW</li>
<li>Audi</li>

<ol type="1.1" >
<li>2010</li>
<li>2012</li>
<li>2023</li>
</ol>
<li>Tata</li>
</ol></body>
</html>


Comments

Popular Posts