Advertisement
Baru_Berbagi

index.html

Sep 25th, 2021
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.54 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5.     <meta charset="UTF-8">
  6.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8.     <title>layout</title>
  9.     <link href="layout.css" rel="stylesheet">
  10. </head>
  11. <body>
  12.    
  13.    
  14.     <div id="header"> Bagian header </div>
  15.     <div id="menu"> Bagian menu </div>
  16.     <div id="sidebar"> Bagian sidebar </div>
  17.     <div id="konten"> Bagian konten </div>
  18.     <div id="footer"> Bagian footer </div>
  19.    
  20.  
  21. </body>
  22. </html>
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement