Home > Web Front-end > HTML Tutorial > Html notes (7) form_html/css_WEB-ITnose

Html notes (7) form_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:34:21
Original
989 people have browsed it

Form tag:

The form tag is the most commonly used tag and is used for interaction with the server side.

: Input tag; accept user input information

The type attribute specifies the type of input tag

Text box text: The input text information is displayed directly in the box. Password box password: The entered text is displayed in the form of dots or model numbers. Radio button radio: such as: gender selection. Checkbox checkbox: Such as: interest selection. Hidden field hidden: Not displayed on the page, but submitted with other content when submitted. Submit button submit: used to submit the content in the form. Reset button reset: Set the content filled in the form to the initial value Button button: You can customize events for it. File upload file: Later expanded content will automatically generate a text box and a button. Image image It can replace the submit button