HarryGSn

HTML Layout

Jul 9th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.71 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <body>
  4.  
  5.         <table width="1350" border="50">
  6.             <tr>
  7.                 <td colspan="2" style="background-color:#FFA500;">
  8.                 <h1>My Header</h1>
  9.                 </td>
  10.             </tr>
  11.  
  12.             <tr valign="top">
  13.                     <td style="background-color:#FFD700;width:100px;text-align:top;">
  14.                     <b><i>Main Menu</i></b><br />
  15.                     Select#1<br />
  16.                     Select#2<br />
  17.                     Select#3<br />
  18.                     </td>
  19.                 <td style="background-color:#EEEEEE;height:200px;width:400px;text-align:top;">
  20.                 Home Page <br />
  21.                 Select an Item from the List on the Left to begin! <br />
  22.                 </td>
  23.             </tr>
  24.  
  25.             <tr>
  26.                 <td colspan="2" style="background-color:#FFA500;text-align:center;">
  27.                 HTML Layout</td>
  28.             </tr>
  29.         </table>
  30.  
  31.     </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment