Advertisement
anggagmlg

Untitled

Aug 12th, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en" dir="ltr">
  3.   <head>
  4.     <meta charset="utf-8">
  5.     <title>Angga Gemilang</title>
  6.   </head>
  7.   <body>
  8.     <form class="form1" name="form1" action="index.html" method="post">
  9.       <table width="800" height="512" border="1" align="center">
  10.         <tr>
  11.           <td width="15%" rowspan="2" align="center" bgcolor="99cc99">
  12.             <strong>Daftar Isi</strong>
  13.           </td>
  14.           <td width="67%" height="23" align="center" bgcolor="ffccff">
  15.             <font size="+3"><strong>Banner/Judul</strong>
  16.           </td>
  17.           <td width="18%" rowspan="2" align="center" bgcolor="99cc99">
  18.             <strong>Daftar Isi</strong>
  19.           </td>
  20.         </tr>
  21.         <tr>
  22.           <td height="456" align="center" bgcolor="cccccc">
  23.             <p>body atau content (isi)</p>
  24.             <p><font color="#006600">Body atau content</font></p>
  25.             <p><font color="#cc0000">Body atau content</font></p>
  26.             <p><font color="#ffff00">Body atau content</font></p>
  27.             <p><font color="#990033">Body atau content</font></p>
  28.           </td>
  29.         </tr>
  30.         <tr bgcolor="ff99ff">
  31.           <td height="23" colspan="3" align="center"></td>
  32.         </tr>
  33.       </table>
  34.     </form>
  35.   </body>
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement