With HTML forms, you can capture useful data from your website visitors. This data can be quite valuable to your business. The HTML language provides a range of input types you can use in your forms.
To find out if your browser supports the new input data types and controls, try my experimental HTML5 table at wayner.org. HTML5 forms: Input element type In the old days, there were only a few types ...
In my last column, I discussed HTML5 support for offline storage and caching through the use of LocalStorage and SessionStorage. Continuing with the HTML5 focus, I want to investigate the new ...