Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 687 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 687 Bytes

Forms

This is the simple user registration form asking abaout the user details during registration.

This form is build by using simplpe HTML elements like form, input, label, button, select, radio.

Live demo

https://sauravraw.github.io/form/

To run this file into your local computer, follow the steps: Change the current working directory to the location where you want the cloned directory.

Type git clone, and then paste the URL you copied earlier.

$ git clone https://github.com/sauravraw/form.git

Press Enter to create your local clone.

Now navigate to the folder where the repository hass been cloned.

Right click on the index.html file and click on open with browser.