HTML form properties

(*-*)浩
Release: 2019-09-05 15:40:58
Original
3449 people have browsed it

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>
Copy after login

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>
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template