HTML snippets, tips and coding practices. This also includes XHTML, XHTML MP and WML.
Lists can be a vital part of a semantic layout of your web pages. Lists add some meaning to the text provided, for example they are ideal for menus. These snippets show a variety of ways to display lists.
This little HTML/JavaScript snippet shows an accessible way to open new browser windows that validates to XHTML standards. It would be better to use event handling however this is a simple of example of using JS inline. See related links for those kind of examples.