Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

what is radio button in html used for

//Defination of radio button:
/*
In HTML, a radio button is used to select one of many given choices. 
Radio buttons are shown in radio groups to show a set of related options, only one of which can be selected.
A radio button in HTML can be defined using the <input> tag.
*/
Source by www.freecodecamp.org #
 
PREVIOUS NEXT
Tagged: #radio #button #html
ADD COMMENT
Topic
Name
3+8 =