Advertisement
AncientGigas

Ngetik Coding - HTML - Layout Website

Apr 20th, 2018
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2.     <html>
  3.         <head>
  4.             <title>Layout Website</title>
  5.         </head>
  6.         <body>
  7.             <div class="container">
  8.                 <div class="header">
  9.                 </div>
  10.  
  11.                 <div class="menu">
  12.                 </div>
  13.  
  14.                 <div class="content">
  15.                 </div>
  16.            
  17.                 <div class="footer">
  18.                 </div>
  19.             </div>
  20.         </body>
  21.     </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement