Creating a Site Map for your web site
Sponsored Links
The simplest way to create a site map is to use the HTML Unordered Lists tag <UL>. The tag can be employed to create simple one-level lists and also display the hierarchical structure of your web site by nesting lists if your site s more complex.
The Unordered Lists tag <UL> supports a neat attribute called Type with which you can specify the type of bullet you want for the list - disc, circle or square.
Let us look at an example:
- Electronics
- DVD Players
- V.C.R.s
- Computers
- Desktops
- Laptops
- Palmtops
- Portable MP3 players
- T.V.s
- Automobiles
- Cars
- Buses
- Motorcycles
- Scooters
- Furniture
- Beds
- Tables
- Chairs
The HTML code for the above is:
<ul type="disc"> <li>Electronics <ul type="square"> <li>DVD Players</li> <li>V.C.R.s</li> <li>Computers <ul type="circle"> <li>Desktops</li> <li>Laptops</li> <li>Palmtops</li> </ul> </li> <li>Portable MP3 players</li> <li>T.V.s</li> </ul> </li> <li>Automobiles <ul type="square"> <li>Cars</li> <li>Buses</li> <li>Motorcycles</li> <li>Scooters</li> </ul> </li> <li>Furniture <ul type="square"> <li>Beds</li> <li>Tables</li> <li>Chairs</li> </ul> </li> </ul>
Note how the hierarchical structure is displayed using nested Unordered Lists <UL> tag. We have also used the TYPE attribute and specified the kind of bullet we want for each list.
Page contents: Learn how to create a site map for your web site using these useful pointers.
Comments, questions, feedback... whatever!
Recent Articles
Recent Blog Posts
Popular Articles
- Hotmail Sign In page
- Create a Hotmail account - Instructions
- Create Gmail address
- Download and install Outlook Express
- Get your free Gmail address
- Outlook Express new version
- Create my own email address
- Browers for Windows list
- Get email address
- Color combinations for web sites and pages
- Create Yahoo ID
More web tips & tricks
- Outlook Express Help - tips & tricks (53)
- Windows Live Mail help and tips (36)
- Windows Mail help (25)
- Hotmail help and tips (42)
- Yahoo help & support (45)
- AOL email help (26)
- Gmail help and tips (36)
- Internet tips & tricks (12)
- Web Design tips & tricks (33)
- HTML, Javascript tips tricks (68)
- Web Promotion tips & tricks (8)
- Graphics tips & tricks (20)
