Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>Tugas 6 HTML</title>
- </head>
- <body>
- <center>
- <table style="width: 800px;">
- <tr style="background-color: #5b4a02; height: 120px;">
- <td colspan="12">
- <center>
- <table>
- <tr>
- <td style="background-color: #7e6000; height: 10px; width: 500px;">
- <h3 style="color: white; text-align: center; font-size: 30px; text-transform: uppercase;">Logo here</h3>
- </td>
- </tr>
- </table>
- </center>
- </td>
- </tr>
- <tr>
- <td colspan="12" style="background-color: #7e6000; width: 800px; height: 50px;">
- <table>
- <tr>
- <td colspan="2" style="width: 50px;"></td>
- <td style="padding-left: 10px; color: white; font-size:20px; font-family: arial; text-transform:uppercase; padding-right: 10px">Home</td>
- <td style="padding-left: 10px; color: white; font-size:20px; font-family: arial; text-transform:uppercase; padding-right: 10px">About</td>
- <td style="padding-left: 10px; color: white; font-size:20px; font-family: arial; text-transform:uppercase; padding-right: 10px">Page 1</td>
- <td style="padding-left: 10px; color: white; font-size:20px; font-family: arial; text-transform:uppercase; padding-right: 10px">Page 2</td>
- <td style="padding-left: 10px; color: white; font-size:20px; font-family: arial; text-transform:uppercase; padding-right: 10px">Page 3</td>
- <td style="padding-left: 10px; color: white; font-size:20px; font-family: arial; text-transform:uppercase; padding-right: 10px">Page 4</td>
- <td style="padding-left: 10px; color: white; font-size:20px; font-family: arial; text-transform:uppercase; padding-right: 10px">Contact</td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td colspan="12" style="height: 500px; width: 800px; background: #5b4a02;">
- <center>
- <table>
- <tr style="width: 800px;">
- <td style="background: white; height: 500px; width: 700px; padding: 0; margin: 0;">
- <h2 style="text-align: center; color: #5b4a02; padding: 0">H1 - SIMPLE BROWN BACKGROUND</h2>
- <table>
- <tr>
- <td style="width: 20px;"></td>
- <td style="height: 200px;width: 200px; background: #7e6000; margin-left: 20px;text-align: center; color: white; font-size: 20px;">SQUARE</td>
- <td style="width: 20px;"></td>
- <td style="height: 200px;width: 200px; background: #7e6000; margin-left: 20px;text-align: center; color: white; font-size: 20px;">SQUARE</td>
- <td style="width: 20px;"></td>
- <td style="height: 200px;width: 200px; background: #7e6000; margin-left: 20px;text-align: center; color: white; font-size: 20px;">SQUARE</td>
- <td style="width: 20px;"></td>
- </tr>
- <tr>
- <td style="width: 20px;"></td>
- <td colspan="5"><hr style="border:2px dashed #5b4a02"></td>
- </tr>
- <tr>
- <td style="width: 20px;"></td>
- <td style="color: #5b4a02;" colspan="5"><h3>H2 - LOREM IPSUM</h3></td>
- </tr>
- <tr>
- <td style="width: 20px;"></td>
- <td colspan="5">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quaerat, iste laudantium commodi non, ad eius accusantium quo facilis ex laborum voluptas odio, dolorum facere at. Consectetur saepe corporis quisquam neque.</td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </center>
- </td>
- </tr>
- </table>
- </center>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment