Conforming XHTML 1.0 Strict Template - The Web Standards Project


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

Conforming XHTML 1.0 Strict Template - The Web Standards Project


Copy this code and paste it in your HTML
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5.  
  6.  
  7. <title>Conforming XHTML 1.0 Strict Template</title>
  8.  
  9. </head>
  10.  
  11.  
  12. </body>
  13. </html>

URL: http://www.webstandards.org/learn/reference/templates/xhtml10s/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.