How to create HTML list??


Source code

<html>
<head>
<title>stationary items</title>
</head>
<body bgcolor=yellow>
<h1><u><i>Lists Of Stationary Items</i></u></h1>
<ol type=a >
<h2>
<li>pen
<li>pencil
<li>eraser
<li>sharpener
</h2>
<ol>
</body>
</html>


You can change the data.
My youtube video:



Any query please contact us:
E-MAIL(Pranjal pandey)

Comments

Popular posts from this blog

How to create HTML Form??

How to create HTML tabel??