Starter Tutorials

A tutorial site for beginners!

Starter tutorials contains well written tutorials on various technologies. Simple examples have been provided through out the tutorials to help the beginners understand them in a easy way.

Go to Blog »

Problem Statement


Create a script which validates the following details in the webpage: Name, Password, Mobile No., and Email ID. (Name should contains at least 6 characters, Password should contain at least 6 characters, Mobile No. should contain exactly 10 digits and Email ID should be in correct format).


Source Code


ex7.html


ex7script.js


Output

Click here for output