Closing Tags in XHTML

In XHTML, one of the most basic differences between XHTML and HTML is that you have to close every HTML tag you open. For example <b> needs a </b> and every <div> needs a </div>. This is the same rule for all HTML tags. Some tags, however, require whats called a “close-command slash” at the […]

Alt Tags

There’s an article called Alt Tags: Describing Your Images for Better Web Accessibility that provides valuable information on what alt tags are and the best ways to use them. Alt tags are a necessity when building a website.

Frames with CSS

Frames is a web design featured shunned by many. Although it is not preferred method of providing content, many people find the features of frames beneficial to their site. Frames with CSS provides an accesible friendly method to add frame-like features to a web page.