Site icon TestingDocs.com

HTML Forms

Overview

HTML Forms in web pages are used to get information from the users. For example, A Contact Form gets the user’s name, e-mail address, and inquiry text from the user.

An HTML form contains one or more fields and a Submit button. When the user enters information in the form fields and clicks on the Submit button, the information is sent across to the webserver. The web server is a software application that hosts the HTML web page online on a particular domain.

Syntax

A <form> tag is used to create an HTML form.

Start Tag: <form>
End Tag: </form>

 

HTML Tutorials

HTML Tutorials on this website:

https://www.testingdocs.com/html-tutorials/

More Information on HTML:

https://www.w3.org/TR/html401/intro/intro.html

Exit mobile version