Hello everybody, welcome to our website where you will find
everything for free.
This is the
forty-second tutorial of CSS series.
This is the
second part of the first/ previous.
And in this
video you will get something more than the previous one.
Let me give
you one example by which you can easily make a vertical menu:
<ul>
<li>ABC</li>
<li>DEF</li>
<li>GHI</li>
<li>JKL</li>
</ul>
The above
code was HTML and now you can give CSS like this:
li{
border: 1px
solid black;
padding:5px;
list-style-type:
none;
}
Now your
list has become a menu.
See the below video for understanding about this:
See the below video for understanding about this: