Description
In this comprehensive course you'll learn all there is to know about how to create and use forms in HTML.
- Learn why we use forms, how they work and how to create them.
- Learn what's new in HTML5 for forms - new controls, validation, and how to use polyfills so we can use these features in browsers that don't support them.
- Learn how to validate form inputs, both in HTML5 and advanced validation techniques using JavaScript.
- Discover topics such as usability, layout and accessibility along with ways to make your forms more secure.
In every lecture where code is used (almost all of them!), full source code is available as a download attached to the lecture. You're encouraged to download this code, experiment with it and use it in your own projects.
At the end of this course you'll be an expert in HTML forms!
Who is the target audience?
- People developing web pages that need to get data from their visitors using forms.
- Developers who want to know how to develop basic to complex forms in HTML.
- Developers who want to learn how to use all the new form functionality in HTML5.
- Developers who want to learn how to do form validation in both HTML5 and JavaScript.