answersLogoWhite

0

there is no such limitation. you can have any number of form elements

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

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. <form name="formname" id="f1"> our content </form>


What do you do that many other HTML coders do not do?

One interesting fact is that others might not know. Struts is a plugin which organizes elements in a table format.


One or more elements can combine to form a compound when elements form compounds?

Yes, it is correct.


How many atoms of each elements are needed to form one molecule of water?

at least two


What is the minimum amount of tags for a valid HTML page?

Every HTML and XHTML page must have at least 4 elements to be considered valid by the W3C. Those elements are HTML, HEAD, BODY, and the HEAD child TITLE. Furthermore, the standards define that the there must be one and only one of both the HEAD and BODY tags, and that they must be the direct children of the HTML element. They also must come in that order (HEAD, then BODY.)


How do you add a form to HTML and keep your background?

You can show your form using <form> tag, Keep the background of the form transparent to keep the original one.


What are two examples of elements of art?

There are many different examples one might reference when it comes to elements of art. For example, the two elements of art for a sculptor would be space and form.


What function does the HTML tag perform?

An HTML tag delineates the beginning and end of an HTML element. The data contained in that element is supposed to be somehow related. In HTML 4 & 5, some elements only have one tag, for instance the image element: <img src="example.gif" alt="Fun Example"> Most other elements have two tags, one that opens the element, and one that closes it. <p>This is a paragraph. It could contain an image, if we wanted it to.</p> In XHTML, all the elements close. Elements like the image tag use an XML pattern called "self-closing." <img src="example.gif" alt="Fun Example" />


What are the strengths of javascript to HTML?

HTML is a markup language which allows you to define and place elements on a page, or Document Object Model (DOM). Of course, HTML is static. That means that when a web designer uses a certain HTML attribute to make a word bold, for example, there is no way with HTML alone to change that setting. One part of JavaScript allows a programmer to add/remove or modify the DOM elements on the fly using scripts and stylesheets known as CSS. The combination of HTML, JavaScript and CSS is collectively known as DHTML (Dynamic HTML). Note that Javascript is a fully developed object based scripting language and can do many other things aside from DOM manipulation.


Most elements are combined with one or more other elements in?

Elements form molecules of chemical compounds


What does one learn on tutorial html?

There are many places one might go to learn more about HTML. A great place to receive tutorials and more information on HTML coding is the W3 Schools website.


Where can one find a list of WYSIWYG HTML editors?

There are many places where one can find a list of suitable WYSIWYG HTML editors. This includes books dedicated to HTML as well as blogs and forum posts.