XHTML blank template


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



Copy this code and paste it in your HTML
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>Conforming XHTML 1.0 Strict Template</title>
  5. </head>
  6.  
  7. <script src="http://www.google.com/jsapi"></script>
  8. <script type="text/javascript">
  9. google.load("jquery", "1.3.1");
  10. var page = {
  11. init: function() {
  12. // constructor code
  13. },
  14. isthisavalidpage: true
  15. };
  16. google.setOnLoadCallback(page.init);
  17. </script>
  18. </body>
  19. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.