Advertisement
Guest User

HTML

a guest
Sep 27th, 2015
1,522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.  
  5. <head>
  6. <link type="text/css" rel="stylesheet" href="style.css">
  7. </head>
  8.  
  9. <body>
  10.  
  11. <div id="left">
  12. <h2>Left Content Area</h2>
  13. <p>This area will contain the left content area. We will populate this area with images and text. </p>
  14. </div>
  15.  
  16. <div id="center">
  17. <h2>Center Content Area</h2>
  18. <p>This area will contain the center content area. This area will contain the main articles. </p>
  19. <p>Another paragraph</p>
  20. </div>
  21.  
  22. <div id="right">
  23. <h2>Right Content Area</h2>
  24. <p>This area will contain the right content area. We will populate this area with links and text.</p>
  25.  
  26. </div>
  27.  
  28.  
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement