Additional Input types
In the previous exercises, we learned how to create and describe inputs. Now let's explore additional possible values for the type attribute of inputs and see how they look:
type="number"type="checkbox"type="radio"type="range"
Instructions
Create an input with the type attribute set to one of the following values: number, checkbox, radio, range
Start programming for free
6/9