Web TechnologyTU Board 2080
Write HTML script to create HTML form as below and perform form validation using JavaScript. [figure in the original paper] The validation should be as; the username should be of length at least 4…
10Write HTML script to create HTML form as below and perform form validation using JavaScript.
[figure in the original paper]
The validation should be as; the username should be of length at least 4 and is required. The password should start with a character and end with # and is required. The country and gender should be checked.
A worked answer is on its wayMeanwhile, read the Web Technology notes for this topic.
Discussion
Loading…
More Web Technology questions
Define CSS. What is the use of CSS shadow effects? Write an HTML script with proper CSS as per the following description. Display a text content "CSIT Exam"…TU Board 208210What are jQuery selectors? Explain jQuery callback and chaining effects with appropriate jQuery scripts.TU Board 208210What is the use of XML? Create a XML file having complex type elements containing other elements and text. At least one element should contain an attribute.…TU Board 208210Define web clients and web servers with examples.TU Board 20825Write a HTML script using audio tag. Set the autoplay, preload and loop properties to appropriate values.TU Board 20825Write HTML script to demonstrate the onkeydown and onkeypress events.TU Board 20825