XHTML 1.0 Transitional page template w/o indent


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

A very basic XHTML 1.0 Transitional page template without too much indent.


Copy this code and paste it in your HTML
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  4. <title>Page Title</title>
  5. <link rel="stylesheet" href="site.css" type="text/css" />
  6. <script src="jquery_version.js" type="text/javascript"></script>
  7. </head>
  8.  
  9. </body>
  10. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.