This tutorial will teach you how to create and validate HTML forms
What we will learn during ths tutorial?
- How to create HTML Forms
- How to submit / reset form
- What are different input types
- How to perform validation
Download and install Visual Studio Code
Download and install one of the following browser:
Download lesson files from here and unzip on your computer orclone repository using git .
You will see the following files structre:
tutorial/
1-start-here.html (current file)
2-forms.html
3-input-types.html
4-html-validation.html
5-js-validation.html
final/
form.html
results.html
Navigate to tutorial folder and follow lesson files in given order:
1-start-here.html (current file)
2-forms.html
3-input-types.html
4-html-validation.html
5-js-validation.html