simple html page template


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

very simple html page


Copy this code and paste it in your HTML
  1. <head>
  2. <meta http-equiv="Content-Type" content="text/html;" >
  3. <link type="text/css" rel="stylesheet" media="screen" href="" >
  4. <script type="text/javascript" src="" ></script>
  5. </head>
  6. <body>
  7. <div id="wrapper">
  8. <div id="header"></div>
  9. <div id="main"></div>
  10. <div id="footer"></div>
  11. </div>
  12.  
  13. </body>
  14. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.