Home >Web Front-end >HTML Tutorial >HTML form properties

HTML form properties

(*-*)浩
(*-*)浩Original
2019-09-05 15:40:583490browse

HTML forms are used to collect different types of user input.

HTML form properties

##

ElementHTML form is used to collect user input.

Element definition HTML form:

<form>
 .
form elements
 .
</form>

HTML form contains form elements. (Recommended learning: HTML introductory tutorial)

Form elements refer to different types of input elements, check boxes, radio buttons, submit buttons, etc.

Element The

element is the most important form element.

Elements have many forms, according to different type attributes.

HTML Form attributes

HTML
element, all possible attributes have been set, like this:

Example

<form action="action_page.php" method="GET" target="_blank" accept-charset="UTF-8"
ectype="application/x-www-form-urlencoded" autocomplete="off" novalidate>
.
form elements
 .
</form>

The following is a list of

attributes:

HTML form properties

The above is the detailed content of HTML form properties. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn