NESTED LISTS : Nested Lists you can create detailed Order & Unorder Lists. using NESTED LISTS you can make order page like menu card.as you already know in previous chapter for unordered list
use the <ul> and for ordered list use <ol> each items in unordered list is marked with bullet.using type
attribute you can make <ul> as circle,square,disc shapes.using type attribute in <ol> you can change type in to
"A","1","I"..in video tutorial you will get detailed explanation in Kannada.
Below we provided some examples and videos links for better understanding.
<body> Nested List Example: <ol> <li> BasicTutorials4u Tutorials </li> <ul> <li>Excel</ul> <li>HTML</ul> <li>PHP</ul> </ul> <li> Upcoming Tutorials </li> <ul> <li>Bootstrap</ul> <li>Useful Videos</ul> <li>Andorid Ideas</ul> </ul> </ol> </body> other additional attributes explained in video.. TRY IT FOR YOUR PRACTICE.
* To Learn Tutorials in a simple Way.
* To Learn Excel basics with downloadable samples.
* To Learn HTML with sample Website code.
* To Learn PowerPoint presentations.
* To Learn MS Word for offical use.