Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagehtml
<fieldset>
<legend>I<legend>Choose enjoya theshipping following activitiesmethod:</legend>
<input id="hikingovernight" type="checkboxradio" name="toppingsshipping" value="hikingovernight">
<label for="hikingovernight">Hiking<>Overnight</label><br>
<input id="bikingtwoday" type="checkboxradio" name="toppingsshipping" value="bikingtwoday">
<label for="bikingtwoday">Biking</label><br>
<input id="running" type="checkbox" name="toppings" value="running">
<label for="running">Running<>Two day</label><br>
<input id="dancingground" type="checkboxradio" name="toppingsshipping" value="dancingground">
<label for="dancingground">Dancing<>Ground</label>
</fieldset>

View HTML markup on github