break
Jul 25

This falls into the category of using the right tools for the job. How often do you use Lists and for what? Chances are good that you do not use it as often as you should because “they are ugly”. Good argument until CSS was released, now it is just old fashioned.

So when should you use them? Well a list of items of course:

  • widget 1
  • widget 2
  • widget 3

But we have far more lists in our sites when you think about what you do:
Home | About Us | Sitemap | Contact
What is that really, a list of links isn’t it?

So to be semantically correct you should write:

  • Home
  • About Us
  • Sitemap
  • Contact

That makes sense to blind users, it makes sense to Search Engines, which is always good & it is common sense. But ugly, at least till you add CSS to them. You can replace the bullet, you can remove the bullet and you can even lay it out Horizontally.

That is standard today with CSS based designs. Remove the CSS and the site degrades into a logical design with link lists. It also allows you far more freedom when formatting your link to look like buttons, as you can format the