AlyxDumbass

Untitled

Aug 26th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.55 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Pengaturan Pada form Text Area 2 Dean Beniqno XI RPL 2</title>
  5.     <link rel="stylesheet"href="External_css_form2.css">
  6. </head>
  7. <body>
  8.     <form name="form1" method="post" action="">
  9.     <table bordercolor="1">
  10.         <tr>
  11.             <td width="50">Nama</td>
  12.             <td width="175">
  13.             <textarea name="textarea" cols="50"></textarea>
  14.             </td>
  15.         </tr>
  16.         <tr>
  17.             <td width="50">Pesan</td>
  18.             <td width="175">
  19.             <textarea name="textarea" cols="50" rows="14">
  20.             </textarea>
  21.             </td>
  22.         </tr>
  23.     </table>   
  24.     </form>
  25.  
  26. </body>
  27. </html>
Add Comment
Please, Sign In to add comment