Skip to content

Instantly share code, notes, and snippets.

@vanderhoop
Last active August 29, 2015 14:12
Show Gist options
  • Save vanderhoop/a20abbc279ebf5b7f89d to your computer and use it in GitHub Desktop.
Save vanderhoop/a20abbc279ebf5b7f89d to your computer and use it in GitHub Desktop.

Experimenting with Inputs

You just started playing around with form inputs, gaining exposure to the text input, the select input, the hidden input, and the checkbox. Fortunately for the development community, there are many more to choose from, and most make our lives a whole lot easier.

Directions

Within the form we started writing for the Goggle search engine, add inputs of the following types, making sure to provide each with a 'name' attribute, and wrapping each in a label tag!

  1. An input of the date type.
  2. An input of the file type.
  3. A textarea tag.
  4. An input of the password type.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment