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.
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!
- An input of the
date
type. - An input of the
file
type. - A
textarea
tag. - An input of the
password
type.