answersLogoWhite

0


Best Answer

The most commonly problem with HTML forms is their dependency on scripting languages. HTML forms are reliant on script to accomplish many common tasks such as marking controls as required, performing validations and calculations, displaying error messages, and managing dynamic layout. This dependency results in complex documents, which are expensive and time-consuming to maintain.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

There is no disadvantage of using forms in HTML. The disadvantage is that sometimes you can get the id and password in the link.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the advantages of HTML forms?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What are the constraints of HTML?

There are a number of advantages of HTML but a number of constraints too. You cannot use conditioning statements in HTML.


What are the advantages and disadvantages of RC coupled amplifiers?

Advantages,disadvantages,working principle,theory,dc biasing conditions,input and output wave forms go to mycircuits9.blogspot.com/2012/05/rc-coupled-amplifier_07.html


Advantages of Java script to HTML?

There are no real advantages to JavaSript to HTML but rather JavaScript enhances HTML by making it dynamic. HTML as we know is static and therefore once an HTML document has been created it cannot be changed. JavaScript has two basic functionalities which are: 1. To build HTML dynamically as the web page is loaded and; 2. To monitor as well as react to User events.


What are the advantages and dsiadvantages of HTML converters?

there is not many disadvantages of HTML code editors but there are allot of advantages. HTML code editors can be helpful to others just as much as to them self's if not more. HTML code editors usually design websites and or web pages like the one this answer is on. the disadvantages all depend on the HTML code editor. example of a HTML code editor that has a disadvantage would be a HTML code editor that over advertises. Hope this helps <:


Compare the advantages and disadvantages of using a Web authoring application an HTML editor and a text editor for developing websites?

Compare the advantages and disadvantages of using a Web authoring application, an HTML editor and a text editor for developing Web sites. List an example of each tool. Dreamweaver is an example of HTML editor; EditPad Pro is an example of a text editor. Text Editor HTML Editor Advantages Disadvantages Advantages Disadvantages Page creation is increased with knowledge of HTML Limited to knowledge of HTML No knowledge of HTML required Often has invalid code Create valid code Can take longer to format Can see page displayed while creating Usually created with tables, not CSS Tools to insert graphics Unnecessary HTML code, takes longer for display

Related questions

What are the advantages of using forms in HTML documents?

Forms in HTML provide us an interactive way to fill details. There are various elements like textbox, radio's etc.


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.


What are the constraints of HTML?

There are a number of advantages of HTML but a number of constraints too. You cannot use conditioning statements in HTML.


What are the advantages and disadvantages of RC coupled amplifiers?

Advantages,disadvantages,working principle,theory,dc biasing conditions,input and output wave forms go to mycircuits9.blogspot.com/2012/05/rc-coupled-amplifier_07.html


Can you use HTML forms on a WordPress site without using a plugin?

Yes, you are able to use HTML forms on a WordPress site without a plugin. When you are editing whatever post or page you are making the form on, switch to HTML view from WYSIWIG Editor. Then, simply use the regular tags you use to create forms on an HTML document.


Advantages of Java script to HTML?

There are no real advantages to JavaSript to HTML but rather JavaScript enhances HTML by making it dynamic. HTML as we know is static and therefore once an HTML document has been created it cannot be changed. JavaScript has two basic functionalities which are: 1. To build HTML dynamically as the web page is loaded and; 2. To monitor as well as react to User events.


How are HTML forms and JavaScript related?

HTML is used to create forms. As it is not a programming language it cannot process the forms or make them do anything. So for example it can create a button but it cannot make something happen when you click it. To do that, you need a programming language. Javascript is a programming language that is used in HTML pages to do lots of things, including the processing of forms.


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.


What are the advantages and dsiadvantages of HTML converters?

there is not many disadvantages of HTML code editors but there are allot of advantages. HTML code editors can be helpful to others just as much as to them self's if not more. HTML code editors usually design websites and or web pages like the one this answer is on. the disadvantages all depend on the HTML code editor. example of a HTML code editor that has a disadvantage would be a HTML code editor that over advertises. Hope this helps <:


What are Advantages of HTML Mysql?

MySQL can be linked with HTML easily by including JAR. We will need a Java program to establish an object too.


What is the use of forms in HTML?

Hyper text markup language


How does HTML code produce forms in a browser?

HTML has predefined functions. The <form> elements binds all the elements within it.