Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

Rad Smith http://yayforgecko.com/

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

Basic XHTML 1.0 Strict template

   1  
   2  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
   3      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
   4  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   5  <head>
   6      <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
   7      <meta http-equiv="Content-Language" content="en-us" />
   8  
   9      <title>XHTML Template</title>
  10  </head>
  11  
  12  <body>
  13  </body>
  14  </html>
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS