XTML 1.1 header


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



Copy this code and paste it in your HTML
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  3. "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  6. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  7.  
  8. <title>xhtml 1.1</title>
  9.  
  10. <meta name="description" content="" />
  11. <meta name="keywords" content="" />
  12.  
  13. <base href="" />
  14.  
  15. <!--ICON-->
  16. <link rel="shortcut icon" href="icons/favicon.ico" />
  17. <link rel="apple-touch-icon" href="icons/iphone-icon.png" />
  18.  
  19. <!--JS-->
  20. <link type="text/javascript" href="js/javascript.js" />
  21.  
  22. <!--STYLESHEET GALORE-->
  23. <style type="text/css">
  24. @import url(css/main.css);
  25. </style>
  26. <!--[if IE]>
  27. <link rel="stylesheet" type="text/css" href="css/ie.css"/>
  28. <![endif]-->
  29. </head>
  30.  
  31.  
  32.  
  33. </body>
  34. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.