Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.48 KB

File metadata and controls

50 lines (36 loc) · 1.48 KB

HTML Forms and validation tutorialfor-beginners

This tutorial will teach you how to create and validate HTML forms

What will you learn?

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

How to start?

1. Preapre the environment

1.1 Text editor

Download and install Visual Studio Code

1.2 Browser

Download and install one of the following browser:

1.3 Lesson files

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

2. Start learning

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