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.