Advertisement
edsheut

HTML LAYOUT

May 19th, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.62 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3.     <head>
  4.         <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5.         <title>MAIN TITLE</title>
  6.                
  7.         <!-- JAVASCRIPT INCLUSIONS -->
  8.        
  9.         <!-- SCRIPTS ZONES -->
  10.         <script>
  11.         </script>      
  12.         <!-- STYLE ZONES -->
  13.         <style>
  14.         </style>
  15.     </head>
  16.     <body>     
  17.         <div class="container">
  18.             <div class="col1" id="containerLeft" style="width: 500px; height: 300px; margin: 0 auto"></div>
  19.             <div class="col2" id="containerRight" style="width: 500px; height: 300px; margin: 0 auto"></div>               
  20.         </div>
  21.     </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement