XHTML 1.1 Template


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

This template is for an XHTML 1.1 document with an external stylesheet.


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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  5.  
  6. <title>An XHTML 1.1 standard template</title>
  7. <meta http-equiv="content-type"
  8. content="text/html;charset=iso-8859-1" />
  9. <meta http-equiv="Content-Style-Type" content="text/css" />
  10. <link rel="stylesheet" type="text/css" media="screen" href="nostyle.css" />
  11. </head>
  12.  
  13.  
  14. <p> Your HTML content here </p>
  15.  
  16. </body>
  17. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.