answersLogoWhite

0

What does it mean to do HTML submit?

Updated: 12/15/2022
User Avatar

Wiki User

10y ago

Best Answer

HTML means Hypertext Markup Language. The tag is used for various javascripts and Java programs. HTML submit is a form of a script in Java programming.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does it mean to do HTML submit?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you submit an HTML?

I don't understand exactly what you mean by that but if you simply save a file with the extension .HTML it will be a HTML file that you can publish online. for eg <HTML> <body> This is my HTML page </body> </HTML> will simply show "This is my HTML page" on your web browser hope i helped


What purposes are HTML forms used for?

The purpose of HTML forms is that they are used to allow people to submit information to a web site. One may submit a zip code to retrieve a list of restaurants in their are. Also, one may submit an address to receive coupons by mail.


What is the difference between button and submit button in html?

A diferença é que um envia o comando HTML e o outro não


How do you send a message from jsp file to HTML file in tomcat server?

just click submit


What would be contained in the HTML forms?

There are a number of elements that could be contained in the HTML forms. They can contain text fields, check boxes, option lists and buttons with submit functions.


How do you wrte aform in HTML?

<html> <body> <form name="input" action="action.asp" method="post"> First name: <input type="text" name="FirstName" value="Rocky" size="20" /><br /> Last name: <input type="text" name="LastName" value="Maivia" size="20" /><br /> <input type="submit" value="Submit" /> </form> <p>Click the "Submit" button and the page would be submitted to "action.asp".</p> </body> </html>


What three tags create the body of the form in HTML?

A form can be created in HTML using the <form> tag. Inside form tag we can use elements like input, submit or reset.


How can submit form and popup come on single submit button click at a time?

Here is the code: <head> <html> <script type="text/javascript" language="javascript"> function submitForm() { // Validation Code in here var confirm = confirm("Are you sure you want to submit"); if(confirm==true) { form1.form.submit(); return true; } else { return false; } } </script> </head> <body> <form name="form1" action="file_name.php" method="post"> // Other form elements here <input type="submit" name="submit" id="submit" onclick="javascript:submitForm();return false;" /> </form> </body> </html>


How can you get the HTML code from a HTML document?

If you mean HTML website, just check the page source. If you mean a '.html' document, Right click and select Open With and select any text editor.


Can HTML form be sent by Ajax?

Yes. You can use AJAX to submit the form. You can also use AJAX to get the actual HTML to produce the form (although you might also simply use that AJAX call to describe the form and then produce the HTML on the receiving end.)


What is the extension of HTML and xml?

You mean the file extension, right? HTML: .html or .htm XML: .xml


What does browser mean in HTML?

A "browser" is a program that can render/read HTML.