Ordered list
Hello guys please support me and share more
this is ordered type list
Name of cars
- Dizire
- BMW
- Audi
- 2010
- 2012
- 2023
- 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