Advertisement
Adji01

Untitled

Aug 26th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <link rel="stylesheet" type="text/css" href="CSSonForm.css">
  5.     <title>Pengaturan Pada Form(Adji Nurdiman-XI RPL 2)</title>
  6. </head>
  7. <body>
  8.     <form name="form1" method="post" action="">
  9.     <table>
  10.         <tr>
  11.             <td width="58">Nama</td>
  12.             <td width="230"> :
  13.                 <input type="text" name="Nama">
  14.             </td>
  15.         </tr>
  16.         <tr>
  17.             <td width="58">Alamat</td>
  18.             <td width="230"> :
  19.                 <input type="text" name="Alamat">
  20.             </td>
  21.         </tr>
  22.     </table>   
  23.     </form>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement