Advanced Semantics
01.09.2005
This article looks deeper into semantic HTML markup using a lot of uncommon elements. The article also discusses the differences between abbr and acronym and documents browser problems associated with them.
If you would like to know about the basics of semantics on the web, read The Semantic Web article.
Choosing Class and ID Names
05.07.2005
Semantics should also be used when deciding on class or id names for elements. Developers usually choose unwisely when deciding on these names, as they choose a name specific to the design they are creating at the time. This article will discuss what good class/id names are with examples of both bad and better choices.
The Semantic Web
16.06.2005
Semantics on the web simply means using the appropriate HTML element to mark up content. This article will discuss what exactly this entails in basic HTML terms, but also explores other applications of semantics in markup and other technologies such as the generic XML.
Correct Navigation Markup
04.06.2005
One of the most important area of a website is its navigation. If the navigation is done well, a user will find it intuitive and will be able to easily find information. This article will describe how to semantically mark up navigation areas and provide examples showing how to achieve basic menus.