UL Li OL Tags In Html with all attributes
Code :
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<h1>Prog. language</h1>
<br>
<ul style="color: blue">
<li>C#</li>
<li>java</li>
<li>c++</li>
</ul>
<br>
<h1>citys </h1>
<br>
<ol type="1" start="10" style="color: red">
<li>rajkot</li>
<li>pune</li>
<li>mumbai</li>
</ol>
</body>
</html>
Comments
Post a Comment