Home > Web Front-end > HTML Tutorial > Html learning (8) - form components: input and select

Html learning (8) - form components: input and select

黄舟
Release: 2016-12-29 15:43:05
Original
1282 people have browsed it

Form label:

<form>
Copy after login

The most commonly used label of form label, used for interaction with the server side

[code]<input>:输入标签;用于接收用户输入信息。
其中的type属性指定输入标签的类型。
Copy after login

Text box text. The entered text information is displayed directly in the box.

Password box password. The entered text is displayed as an origin or asterisks.

Radio button radio. Such as: gender selection.

Checkbox checkbox. For example: Interest selection

hidden field hidden. It is not displayed on the page, but is also submitted with other content when submitted.

Submit button submit. Used to submit content in the form.

[code] 
 
   
   
   
   
form 

<form> 输入名称:
输入密码:
选择性别:
选择技术:JAVA HTML CSS
选择文件:
一个图片:
隐藏组件:
一个按钮:



Copy after login

Html learning (8) - form components: input and select


The above is Html learning (8) - form components: input and select content, please check for more related content Follow the PHP Chinese website (m.sbmmt.com)!

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