Advertisement
Najieb25

Untitled

Aug 27th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.61 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Najieb Ramdhani XI RPL 2</title>
  5. <link rel="stylesheet" type="text/css" href="cssonradiobutton.css"> </head>
  6. <body>
  7. <form name="form1" method="pot" action="" class="f1">
  8.     <table bordercolor=1>
  9.         <tr width="120">
  10.         <td width="58" >Kelamin</td>
  11.         <td width="150">:
  12.             <input type="radio" name="radiobutton" value="radiobutton
  13.             " class="rb1"/>Pria/Male</td>
  14.         </tr>
  15.         <tr>
  16.             <td width="58">&nbsp;</td>
  17.             <td width="150" class="k1">:
  18.                 <input type="radio" name="radiobutton" value="radiobutton" class="rb2"/>Wanita/Female</td>
  19.             </tr></table></form>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement