Versions Compared

Key

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

...

Code Block
languagehtml
<fieldset>
<legend>Choose a shipping method:<<legend>Billing Address</legend>
<input<label idfor="overnightaddress">Address</label>
<input typeid="radioaddress" name="shipping" valuerequired type="overnighttext">
<label for="overnightcity">Overnight<>City</label><br>label>
<input id="twodaycity" required type="radio" name="shipping" value="twoday"text">
<label for="twodaystate">Two day<>State</label><br>label>
<input id="groundstate" required type="radiotext">
<label namefor="shippingzip" value>Zip Code</label>
<input id="groundzip"> <labelrequired fortype="groundtext">Ground</label>>
</fieldset>

View HTML markup on github