Sha256: 0d2661b6f21a8871f54f1f3cbf5a67abd1acc26a31df99cc881e648659f20148

Contents?: true

Size: 869 Bytes

Versions: 2

Compression:

Stored size: 869 Bytes

Contents

<!-- 
    Document   : radio_group
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>radio_groups</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <h3>wanna eat what?</h3>
    <TABLE border="0">
      <TBODY>
        <TR>
          <TD>
            <INPUT type="radio" name="food" value="hotdog" /> 
          </TD>
          <TD>
            Hothund
          </TD>
        </TR>
        <TR>
          <TD>
            <INPUT type="radio" name="food" value="burger" checked /> 
          </TD>
          <TD>
            Burgier
	    </TD>
        </TR>
        <TR>
          <TD>
            <INPUT type="radio" name="food" value="tofu" /> 
          </TD>
          <TD>
            Tofoo
          </TD>
        </TR>
      </TBODY>
    </TABLE>
  </body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
marekj-watirloo-0.0.2 test/html/radio_group.html
marekj-watirloo-0.0.3 test/html/radio_group.html