| <table width="200" border="1">
  <tr>
    <td><label>
      <input type="radio" name="radio" id="radio" value="http://tw.yahoo.com" />
    A網站</label></td>
  </tr>
  <tr>
    <td><input type="radio" name="radio" id="radio2" value="http://www.google.com" />
      B網站</td>
  </tr>
  <tr>
    <td><input type="radio" name="radio" id="radio3" value="http://www.facebook.com" />
      C網站</td>
  </tr>
  <tr>
    <td><label>
      <input type="submit" name="button" id="button" value="前往" />
    </label></td>
  </tr>
</table> |