XHTML Strict starter


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



Copy this code and paste it in your HTML
  1. <?xml version="1.0" encoding="ISO-8859-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="de">
  5.  
  6. <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
  7. <title> TITEL </title>
  8. <link rel="stylesheet" type="text/css" href="formate.css">
  9.  
  10. <style type="text/css">
  11. <!--
  12. .bsp1
  13. #bsp2
  14. -->
  15.  
  16. </head>
  17. <body>
  18.  
  19. <p>Eigentlicher Inhalt</p>
  20.  
  21. </body>
  22. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.