XHTML 1.0 Transitional


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

I have created this thing over the course of several attempts.


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.0 TRANSITIONAL//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional-dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en">
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  5. <title>Title</title>
  6. <meta name="keywords" xml:lang="en-us" content="" />
  7. <meta name="date" content="2008-06-10" />
  8. <meta name="author" content="Tony Dunsworth" />
  9. <meta name="language" content="en-US" />
  10. <meta name="description" content="" />
  11. <meta name="revised" content="2008-06-10" />
  12. <meta name="copyright" content="2008, " />
  13. <meta name="robots" content="index, follow" />
  14. <meta name="contact" content="[email protected]" />
  15. <meta http-equiv="imagetoolbar" content="no" />
  16. </head>
  17. </body>
  18. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.