answersLogoWhite

0

How to make a form in HTML?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

You can create a Form in HTML using the <FORM> tag. A sample form tag would be like

<FORM name = "xxx" method = "xxx" action = "xxx">

.....

</FORM>

Here name refers to the name of the form. This is the name with which you can call the form elements.

Method refers to the way the form elements would be submitted. Either a GET or a POST

Action refers to the URL to which the form is supposed to submit the information when the request is submitted.

The <FORM> and </FORM> tags enclose all the form elements. The form can have text fields, buttons, radio buttons, check boxes etc...

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

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

How do you make registration form in HTML?

no


How do you make a register page in HTML?

You can easily make a register page in HTML using the &lt;form&gt; attribute. The form will contain the registration details.


How do you make forms on HTML?

Forms in HTML could be created very easily. They can be used by &lt;form&gt; tag predefined in HTML.


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.


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.


How do you go from HTML form to php?

Build your form in HTML and specify your PHP file in the action of the document. HTML does the form stuff, PHP the processing (although you can - of course - use HTML inside PHP via print() or echo(), too)


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:


What is the HTML form process?

HTML: Hyper text markup language Form is an object of a HTML..Inside it one can use many objects like text box,button. &lt;form name="formname" id="f1"&gt; our content &lt;/form&gt;


What is HTML View?

The view of the website in form of HTML is HTML view. It is the basic code you write in text editor.