Picnic Website Code Tutorials

Nested Lists

Nested Lists are not the easiest things to grasp - at least for me they weren't. It took me forever to wrap my brain around these things. Below is a very basic nested list example so you can really see what’s going on here.

<ul>
	<li>List</li>
	<li>List</li>
	<li>List
 		<ul>
    		<li>Nested List</li>
			<li>Nested List</li>
			<li>Nested List</li>
		</ul>
	</li>
</ul>
		

Sponsors

Top Donators

Friends of Mine