Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <body>
- <table width="1350" border="50">
- <tr>
- <td colspan="2" style="background-color:#FFA500;">
- <h1>My Header</h1>
- </td>
- </tr>
- <tr valign="top">
- <td style="background-color:#FFD700;width:100px;text-align:top;">
- <b><i>Main Menu</i></b><br />
- Select#1<br />
- Select#2<br />
- Select#3<br />
- </td>
- <td style="background-color:#EEEEEE;height:200px;width:400px;text-align:top;">
- Home Page <br />
- Select an Item from the List on the Left to begin! <br />
- </td>
- </tr>
- <tr>
- <td colspan="2" style="background-color:#FFA500;text-align:center;">
- HTML Layout</td>
- </tr>
- </table>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment