Resources » XHTML Template

This is my take on the basic outline for an XHTML 1.0 Strict compliant page. This is used for practically all the pages on the site.

Features
  • DOCTYPE declaration
  • Document encoding declaration
  • Skeleton <script> block that doesn't trip up the validator
  • Link tag for favicon declaration (because I like them)
  • Link tag for stylesheet declaration
  • Optional link tag for rss/atom/xml feed link (used for RSS auto-discovery)
  • Meta tags for author name and keywords
Grab It Here Grab it Here / Validate It Validate it