Create Your Own Site Map

Image Source: itc.napier.ac.uk

Site map is a vital part of one’s website. It is one way of providing information as to where you are currently “in” inside the web site. And one simple way to create a site map is by using Unordered List or

    in HTML. This tag can be used to create a simple level list of your entire site and to show structural hierarchy within your site. The unordered list tag supports an attribute called Type which specifies waht bullet to usefor the particular list. you can choose from either disc, circle or square. One example is given below.

    * Electronics
    o Blu Ray DVD Players
    o VCD Players
    o Personal Computers
    + Desktops
    + Laptops
    + Pocket PCs

    • Electronics
      • Blu Ray DVD Players
      • VCD Players
      • Personal Computers
        • Desktops
        • Laptops
        • Pocket PCs

Comments are closed.