Link Checking
Though there is no official certification for link validation, it is just as important as the previously discussed elements for a proper user experience. That is, you should not have orphan references to web pages, images, etc. which do not exist, nor to sections of your current page which do not exist. The cause may be a simple typing error, or an incorrect path, or an obsolete web reference. The net result is the same--it results in a failure of your intended user experience in some fashion. Now this failure may be completely innocuous (e.g. an image that you use as a spacer with a one-pixel size will not be noticed if it is missing--in some browsers) or it may be catastrophic (the ubiquitous 404 "page not found" error).
The W3C again offers a good online link validator for a single page; drag this button -- Check Links -- onto your IE toolbar to give one-click link checking. For checking an entire site, there are several good tools available. I use Xenu because it is fast and it generates a nice report, including a (textual) site map. I recently found one that I personally rate better than Xenu, called REL Link Checker. They produce two flavors, the free "lite" version, and the non-free industrial version. To be honest, I've only used the lite version so far--it is that good. I prefer it over Xenu because it has more configuration options and because it was able to check one of my websites that Xenu failed to do completely. (This site begins with a top-level page (call this level 0) on a server within a local intranet. All of the links on that page (level 1) are on the same local server; both products got to this point. Links from those pages (level 2) are worldwide; REL's Link Checker Lite was able to process those; Xenu was not.)
Finally, for lots of other choices take a look at Electronic Software Publishing's (somewhat outdated) list here. I certainly admire this company's panache -- they are so confident of the quality of their own product LinkScan, that they provide an extensive list of commercial and free packages, covering a variety of platforms, and invite you to compare.