The <input> element can be displayed in several ways, depending on the type attribute.
Type
Description
Radio Button
A radio button is displayed as a cicle and displayed a dot in the midle when selected
Check Box
A check box is a small box with a check mark in it and a user either select or clear it by a click
A Selection Option
The <select> tag defines the control for selection of option and creates a drop-down list.The <option> tags inside the <select > element define the available options in the list.