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

Popular posts from this blog

Search Record From Table Using jQuery in Asp.net core MVC

Calendar in Asp.net

CheckBox in Asp.Net MVC (Insert Data of CheckBox in Database and GetData Of checkBox From DataBase)