HTML Form Types

Radio Button Types

  • Radio Button
    – A radio button is used to create a series of options of which only one can be selected. It is displayed as a circle which when selected, displays a dot in the middle.

    Example:
    <input type=“radio”>



Cristle Academy

Compiler