answersLogoWhite

0

How do you make registration form in HTML?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

no

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you make registration form in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you make a register page in HTML?

You can easily make a register page in HTML using the <form> attribute. The form will contain the registration details.


How do you check users registration in your HTML form?

To check the user's registration in an HTML form you would need to use another language, this time a scripting language, not a markup language.


How do you write HTML page for student results?

For student results, you could get a form for registration. You can then make a table for the results.


How do you create a registration form using css and javascript in HTML?

Form is an HTML construct. The first part tells the server to Get or Post. To format with CSS is one thing, to make it interactive, use JavaScript. I will give a URL below:


How do you make forms on HTML?

Forms in HTML could be created very easily. They can be used by <form> tag predefined in HTML.


Where you get the irctc registration form?

where i get the irctc registration form


How do you make a form at HTML so that results can be viewed through emails?

09364953777


Long form of HTML?

To code HTML, you'll need a text editor such as Notepad or Notepad++. You can write your HTML code in there and save the pages as "something.html". Make sure you have the ".html" extension. If you double click the file you have made, it will open up a web browser and you'll see what your HTML has done.


What is the answer to wolf quest registration?

you have mail in a registration form


Can you create a database with only a form?

Yes , you can create a database using a form . But you have to do two things First make a form in html or jsp whatever you like. Then Connect the form to database using java database connectivity.Yes, we can create database with a form. First create a form using html or jsp then we can connect it to database using JDBC.


What is the full form HTML?

It is Hypertext Markup Language (HTML)


How does HTML code produce the form displayed in the browser?

As subtle distinction between HTML and browser is that HTML code does not produce the form; the browser produces the form. The browser interprets HTML code to determine how to display page content.