XHTML 1.0 Strict Framework


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

I use this to get started with my new page


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">
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  4. <link rel="icon" type="image/x-icon" href="favicon.ico" />
  5. <link rel="stylesheet" type="text/css" href="style.css" media="screen" />
  6. <title>XHTML</title>
  7. </head>
  8. <div class="wrap">
  9. <div class="header">
  10.  
  11. </div>
  12. <div class="main">
  13. <div class="content">
  14.  
  15. </div>
  16. <div class="sidebar">
  17.  
  18. </div>
  19. </div>
  20. <div class="clearer"></div>
  21. <div class="footer">
  22.  
  23. </div>
  24. </div>
  25. </body>
  26. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.