Web TechnologyTU Board 2078
Create an HTML signup form with fields Name, Email, Password, and Age, Validate the form using JavaScript. Write functions for validating each of the elements. All of the fields should not be empty.…
10Create an HTML signup form with fields Name, Email, Password, and Age, Validate the form using JavaScript. Write functions for validating each of the elements. All of the fields should not be empty. The Email address should be a valid email, the password should be of length at least 6 and should start with the alphabet and end with a digit. The age should be between 8 and 60.
A worked answer is on its wayMeanwhile, read the Web Technology notes for this topic.
Discussion
Loading…
More Web Technology questions
What is the use of XML?Create a XML file with simple type and complex type elements. Write its equivalent DTD.TU Board 207910Create an HTML file containing form elements textbox for username, password field and a checkbox for hobbies. Now write javascript function for the form…TU Board 207910How database connection is created in PHP? Write a PHP program to create a form and insert values in to the database table. The form should contain at least…TU Board 207910Differentiate Web 1.0 from Web 2.0.TU Board 20795Write a HTML script to generate following list of items; 1. Coffee : I. Black coffee II. Green coffee 2. Tea A: Black tea B. Green teaTU Board 20795Create a HTML page containing a div having id "dv1". The div should contain canvas element. The id of canvas should be "mycanvas". The height and width of…TU Board 20795