Home >Web Front-end >HTML Tutorial >HTML form markup tutorial (3): Input markup_HTML/Xhtml_Web page production
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)