template XHTML 1.1 application/xhtml+xml


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



Copy this code and paste it in your HTML
  1. <?php
  2. header("Content-Type: application/xhtml+xml; charset=utf-8");
  3. ?>
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  6. "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl">
  9. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  10.  
  11.  
  12. <style type="text/css" media="screen">
  13.  
  14.  
  15. </head>
  16.  
  17. </body>
  18. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.