xHTML Strict Doctype Page Header


/ Published in: HTML
Save to your folder(s)

Simple template of an standard xHTML Strict document.


Copy this code and paste it in your HTML
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  5. <title>Untitled</title>
  6. <link rel="stylesheet" type="text/css" href="style/global.style.css" />
  7. </head>
  8. <body>
  9.  
  10. </body>
  11. </html>

URL: http://www.wintondeshong.com/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.