Advertisement
Guest User

Html Body

a guest
May 30th, 2014
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.38 KB | None | 0 0
  1. <body class="Main_Body">
  2.     <div id="Partition_Left_Wrapper">
  3.         <div id="Partition_Left">
  4.             <p> Hello World! </p>
  5.         </div>
  6.     </div>
  7.    
  8.     <div id="Partition_Middle_Wrapper">
  9.         <div id="Partition_Middle">
  10.             <p> Goodbye World </p>
  11.         </div>
  12.     </div>
  13.    
  14.     <div id="Partition_Right_Wrapper">
  15.         <div id="Partition_Right">
  16.             <p> Hello Again World! </p>
  17.         </div>
  18.     </div>
  19.    
  20. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement