Difference between revisions of "Input Element Type Radio"
Jump to navigation
Jump to search
Line 136: | Line 136: | ||
<legend>Special Pizzas</legend> | <legend>Special Pizzas</legend> | ||
<input type="radio" name="piz" id="piz3"><label for="piz3">Honey mustard and Pineapple</label> | <input type="radio" name="piz" id="piz3"><label for="piz3">Honey mustard and Pineapple</label> | ||
− | <input type="radio" name="piz" id="piz4"><label for="piz4"> | + | <input type="radio" name="piz" id="piz4"><label for="piz4">Ghost Pepper and Mushroom</label> |
+ | </fieldset> | ||
</fieldset> | </fieldset> | ||
</form> | </form> | ||
Line 156: | Line 157: | ||
<span id="piz2-header">Special Pizzas</span> | <span id="piz2-header">Special Pizzas</span> | ||
<input type="radio" name="pizza" id="pizza3"><label for="pizza3">Honey mustard and Pineapple</label> | <input type="radio" name="pizza" id="pizza3"><label for="pizza3">Honey mustard and Pineapple</label> | ||
− | <input type="radio" name="pizza" id="pizza4"><label for="pizza4"> | + | <input type="radio" name="pizza" id="pizza4"><label for="pizza4">Ghost Pepper and Mushroom</label> |
</div> | </div> | ||
</div> | </div> |
Revision as of 15:03, 10 February 2021
Contents
- 1 Input radio with title (required, autofocus)
- 2 Input radio with explicit label & fieldset/legend (not implicit with HTML required)
- 3 Input radio with aria-label
- 4 Input radio with aria-labelledby
- 5 Input radio implicit label
- 6 Input radio explicit and implicit label
- 7 Input radio with label and aria-describedby
- 8 Disabled Input radio with label
- 9 Input radio with label (checked)
- 10 Input Radio with Multiple Fieldsets
- 11 Input Type Radio with Multiple Groups
Input radio with title (required, autofocus)
Input radio with explicit label & fieldset/legend (not implicit with HTML required)
Input radio with aria-label
Search the intranet
Search the Internet
Input radio with aria-labelledby
Search the Internet
Search the Internet
Input radio implicit label
Input radio explicit and implicit label
Input radio with label and aria-describedby
You can search for anything you want.
You can search for anything you want.
Disabled Input radio with label
Input radio with label (checked)
Input Radio with Multiple Fieldsets
Input Type Radio with Multiple Groups