Skip to main content

Create a simple and interactive Login form using JQuery.

The tags used were:

1.form: The HTML form element defines a form that is used to collect user input

2.input: The input tag specifies an input field where the user can enter data.input elements are used 

within a form element to declare input controls that allow users to input data.

3.fieldset :The fieldset tag is used to group related elements in a form.

4.legend : The legend tag defines a caption for the fieldset element.

Screenshots:



Comments