Blogger Information
Blog 7
fans 0
comment 2
visits 3793
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
HTML CSS
ONEZERO
Original
626 people have browsed it

-----------------------------------------------------------------------------------------------

输入框:  文本域: text 密码域: password

按钮:      submit确定      reset重置  button 按钮 hidden 隐藏                              

选择框:   radio单选      checkbox多选 file文件

特殊框:  email 邮箱       url链接地址 number数字

 ------------------------------------------------------------------------------

下拉框: <select name="key">

<optgroup label="标题">

<option value="value" selected预选>文本</option>

</optgroup>

</select>

文本域:<textarea rows="10" cols="30">文本</textarea> 

添加边框:<fieldset> +--标题--------------------------------+

<legend>标题</legend>    | 内容       |

内容   +----------------------------------------+

</fieldset>

进度条:<progress value="30" max="100"></progress>

 ------------------------------------------------------------------------------

placeholder 提示             label 关联                

autocomplete  自动填充         autofocus 自动获取焦点

required     必填项            pattern 正则表达式[A-z0-9]{3.5}    

multiple    多选              min max step 最少 最多 间隔

-----------------------------------------------------------------------------------------------

cellspacing  单元格外部        cellpadding 单元格内部

align:left right center        valign:top middle bottom

rowspan  行合并                colspan    列合并

-----------------------------------------------------------------------------------------------

:before    在什么之前        :after    在什么之后

:after:content值可是文字图片

:first-child    第一个    :last-child    最后一个    


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post