answersLogoWhite

0

Adding a form to an HTML web site is easy. All it requires is the use of the <form> tag with multiple <input> tags. A simple form would look like:

<form name="input" action="html_form_action.asp" method="get">

Username: <input type="text" name="user" />

<input type="submit" value="Submit" />

</form>

Other types of inputs that can be used include text boxes, password fields, radio buttons, and check boxes.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How does HTML code produce forms in a browser?

HTML has predefined functions. The &lt;form&gt; elements binds all the elements within it.


What does browser mean in HTML?

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


What are the uses of HTML document?

An HTML document could be used to run on Browser. It could be put on server to make the world see it.


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.


What is the compiler used for HTML?

HTML is not compiled. It is interpreted. Whichever browser you use is the interpreter for HTML. That is the job of a browser: to read and interpret HTML and then display the page.


What layer of OSI model does HTML operate?

HTML is read by a browser and a browser works at the Application Layer.


How can HTML result shows?

HTML results can be shown in a web browser. They are the one that can display the work of a browser.


What information is supplied to a browser in an HTML tag?

HTML tag provides the charset, version number to the browser. It also passes the various attributes to the browser.


What are the current browser version HTML?

Each browser has its own individual version, which does not relate to HTML. The current version of HTML is version 5 and any up to date browser should be able to manage it.


Written remarks in your HTML or CSS document which will not be displayed in the browser?

Comments are not displayed by the browser, but they can help document your HTML source code.


How do markup tags work in HTML?

HTML markup tags provide formatting instructions to a browser. An HTML document tells the browser how to display the content on a webpage.


How do you compile HTML codes?

You don't compile HTML codes. HTML is a parsed language, meaning that it's transferred to the browser as plain text, and the browser reads it as such.