HTML <radio> Tags and Its Example

HTML radio Tag:

The radio buttons Allows user or visitor to choose any one among the many options provided below. <input> elements of type radio are generally used in radio groups—collections of radio buttons describing a set of related options. Radio buttons are typically rendered as small circles, which are filled or highlighted when selected.

In its most simple form, a radio button is simply an input element with the type property set to radio


Radio Button Example 1:


Radio Output:


Male
Female
Other


Radio Button Example 2:

Radio Output:


Which is Your Favorite ? Java
Html
Php