htlm virgin template


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

Just a simple virgin template for an html4 page


Copy this code and paste it in your HTML
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <head>
  3. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  4. <link rel="stylesheet" type="text/css" href="/static/style.css" media="screen" />
  5. <style type='text/css'>
  6. </style>
  7. <script type="text/javascript" src="/static/jquery.js"></script>
  8. <script type='text/javascript'>
  9. <!-- -->
  10. </script>
  11. </head>
  12. <body>
  13.  
  14. </body>
  15. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.