Seal playground, East River Park, NYC, 7/6/03 Seal playground, East River Park, NYC, 7/6/03 Seal playground, East River Park, NYC, 7/6/03 Seal playground, East River Park, NYC, 7/6/03 Seal playground, East River Park, NYC, 7/6/03

Web Resources

General

HTML Resources

Major HTML Resources

HTML Validation Tools

HTML Tricks and Specifics

XHTML

Here's how simple it is, according to Peter-Paul Koch:

In practice, the following rules have been added to HTML for writing XHTML:

The good news is that current browsers don?t have any problems with XHTML. After all, rule 1, 2 and 4 are already optional in HTML, while rule 3 is required (even though in most cases browsers ignore nesting errors). The only really new one is rule 2a. However, this rule only leads to problems when you write <br/> without the space. Now the browser sees a br/ tag that it doesn?t know, so it doesn?t do anything. Inserting a space solves this problem. If you write <br /> the browsers see a br tag with an unknown attribute /. The br is executed, the unknown attribute is ignored.

CSS Resources

Major CSS Resources

CSS Validation

CSS Tips and Tricks

Design Resources

Accessibility

Browsers

Style

Graphics

Other Website and Internet Resources