codepen
HTML - 👉 HTML Practical
Q 1. Create a sample form program that collects the first name, last name, email, user id, password and confirms password from the user. All the inputs are mandatory and email address entered should be in correct format. Also, the values entered in the password and confirm password textboxes should be the same. After validating using JavaScript, in output display proper error messages in red color just next to the textbox where there is an error.
Q 2. Write HTML Code to demonstrate the use of Anchor Tag for the Following: - Creating a web link that opens in a new window. Creating a web link that opens in the same window. Creating Reference within the same html document. Reference to some image. Making an image a hyperlink to display second image
Write a HTML code to generate following output:
MAKE A CALCULATOR