Class or Id?

A lot of people come with the question “When do I use Class and when do I use IDs… what is the difference?”. This article talks about the differences and IDs can be used with other applications other than CSS.

Accessibility Assessment

There are numerous tools on the internet which can help a developer meet different levels of web accessibility. However, these tools only provide a basic, automatic check of a site and should not be relied upon completely. This article will discuss different automated tests available to developers and address the draw backs they provide.

The Differences Between Inline And Block Elements

There are three types of display categories that HTML elements use when using CSS. These categories are named block, inline and replaced. This article discusses the main differences between inline and block elements, with examples of each.

The Semantic Web

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.

The Importance Of Web Standards

This entire website discusses how to use web technologies correctly; so-called web standards. However, there needs a reasoning behind learning this information. There are a few main arguments for the importance of web standards.