Difference between revisions of "Fieldset, Label, and Legend Elements"
Jump to navigation
Jump to search
radios
Line 111: | Line 111: | ||
− | <html> | + | <html lang="en"> |
− | + | <head> | |
− | + | <title>radios</title> | |
+ | </head> | ||
+ | <body> | ||
+ | <fieldset> | ||
+ | <legend>What type of search would you like to perform?</legend> | ||
+ | <input name="n2" required id="i1" type="radio" name="searchType" /> | ||
+ | <label for="i1"> Search intranet </label> | ||
+ | <input name="n2" required id="i1a" type="radio" name="searchType" /> | ||
+ | <label for="i1a"> Search Internet </label> | ||
+ | <input name="n2" required id="i1b" type="radio" name="searchType" /> | ||
+ | <label for="i1b"> Search both </label> | ||
+ | </fieldset> | ||
+ | </body> | ||
+ | </html> | ||
[[Category:Elements]] | [[Category:Elements]] |
Revision as of 21:52, 20 April 2016