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

By signing up, you agree to the Terms of Service and Privacy Policy.

Or sign up with:

6/9

Additional Input types | Start Coder