Website Design Tips & Tricks
Code Validators
Adobe Dreamweaver Validator
I use Dreamweaver CS4 for code validation.
To access the validator tool Go to Window | Results | Validation

When viewing the Validation Results look for the down arrow on the left side. Click on the down arrow and you can choose from:
- Validate Current Document
- Validate Entire Current Local Site
- Validate Selected Files in Site
- Change Settings

Online Validators
W3C Markup Validation Service
This validator checks the markup validity of Web documents in HTML, XHTML, SMIL, MathML, etc.
- Validate by URL
- Validate by File Upload
- Validate by Direct Input
HTML Validator Add-On for Firefox
HTML Validator is a Mozilla extension that adds HTML validation inside Firefox and Mozilla. The number of errors of a HTML page is seen on the form of an icon in the status bar when browsing.
Validating Hypertext Markup Language
Article by John December
- Start with Standards
- Create Valid HTML
- Validate HTML Files
- Gain the Benefits

