Advertisement
anggagmlg

Untitled

Aug 11th, 2018
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.84 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.     <style type="text/css">
  7.       form table tr .aya p a
  8.       {
  9.         text-decoration: none;
  10.         color: #fff;
  11.         transition: .5s;
  12.       }
  13.       form table tr .aya p a:hover
  14.       {
  15.         color: #000;
  16.       }
  17.       form table tr .profil a
  18.       {
  19.         text-decoration: none;
  20.         color: #000;
  21.       }
  22.       form table tr .profil a:hover
  23.       {
  24.         text-decoration: underline;
  25.         position:
  26.       }
  27.     </style>
  28.   </head>
  29.   <body>
  30.       <form class="form1" name="form1" action="index.html" method="post">
  31.         <table width="800" height="447" border="1" align="center" cellspacing="1">
  32.           <tr>
  33.             <th width="160" rowspan="3" valign="top" bgcolor="993366" class="aya">
  34.               <p><a href="#">Home</a></p>
  35.               <p><a href="#">Profile</a></p>
  36.               <p><a href="#">About Us</a></p>
  37.               <p><a href="#">Blog</a></p>
  38.               <p><a href="#">Contact Us</p>
  39.             </th>
  40.               <th width="627" height="23" align="center" bgcolor="ffff99">
  41.                 <strong><font color="#cccccc" size="+4">Elctronik Shop</font></strong>
  42.               </th>
  43.           </tr>
  44.           <tr>
  45.             <td heiggt="176" align="cente" valign="top" bgcolor="ffff99">
  46.               <p>Selamat datang di web kami, penjualan produk online ini adalah yang pertama di kota kami.
  47.               kualitas dan harga dapat dipercaya langsung saja pesan dan menjadi langgana kami</p>
  48.             </td>
  49.           </tr>
  50.           <tr>
  51.             <td height="30" align="center" bgcolor="ffff99" class="profil">
  52.               <font size="+2"><a href="#">Profil kami</a></font>
  53.             </td>
  54.           </tr>
  55.         </table>
  56.       </form>
  57.   </body>
  58. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement