Congratulations! You made it to week 5.
Welcome this time to the wonderful world of HTML5 forms.
There have been no improvements since 1997 to HTML forms.
HTML5 this time comes with a set of new input fields for entering dates, colors, entering phone numbers, URLs, and so on.
New attributes related to form validation have also been introduced, and they are related to a new build-in validation system that make things easier than before without the need to use JavaScript.
However, JavaScript validation API is also available for people who would like to write their own customized validation system.
These additions are very handy when used on mobile devices but raised many critics from Web designers, mainly related to their desktop implementations.
The course discusses all the cases and recommend solutions and good practices.
Of course, like usual, many examples will be provided that you can run directly this time in the course pages, but also as standalone examples hosted on the JS Bin Web site.
If you try to modify them or creates your own examples please share in the discussion forums as usual.
Have fun!