Home >Web Front-end >HTML Tutorial >HTML form markup tutorial (3): Input markup_HTML/Xhtml_Web page production

HTML form markup tutorial (3): Input markup_HTML/Xhtml_Web page production

PHP中文网
PHP中文网Original
2016-05-16 16:44:181388browse


HTML form tag tutorial, this section mainly explains how to use the INPUT tag in web pages, and mainly introduces the use of the attributes of the INPUT tag.
The input tag is one of the most commonly used tags in forms. Commonly used text fields, buttons, etc. all use this tag.

Basic grammar 01

Syntax explanation The attributes of the
tag are as shown in the following table name The name of the domain                                     type Domain type
In the type attribute, include the following attribute value text Text field                                     Password Password field                                     file File field                                     checkbox Check box                                     radio radio button                                     button Normal button                                     submit Submit button                                                            reset Reset button                                     hidden Hidden domain                                     image Image field (image button)                                                                 

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