Advertisement
RizkyAnugrah

Untitled

Sep 22nd, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.66 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3.     <head>
  4.         <title>Rizky Anugrah XI-RPL 2</title>
  5.         <link href="cssOnRadioButton.css" rel="stylesheet" type="text/css"></link>
  6.     </head>
  7.     <body>
  8.         <form name="form1" method="post" action="" class="form1">
  9.         <table bordercolor="1">
  10.             <tr width="120">
  11.                 <td width="58">Kelamin</td>
  12.                 <td width="150">:
  13.                 <input type="radio" name="radiobutton" value="radiobutton" class="radiobutton1"/>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="radiobutton2"/>Wanita/Female</td>
  19.             </tr>
  20.         </table>
  21.         </form>
  22.     </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement