Hands On: Making Use of More Controls
In this lesson, we will study some more form controls.
We'll cover the following...
We'll cover the following...
There are several controls you can use to provide a rich user experience. In this section, you will learn a few of them.
Using data lists
HTML5 defines a new tag, <datalist>
, that can be used to provide input suggestions to ordinary text boxes. On its own, a data list is invisible, but you can bind it to text controls. The next exercise demonstrates how to do this.
...