Home >Web Front-end >HTML Tutorial >Html==>>一些经典_html/css_WEB-ITnose

Html==>>一些经典_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:29:271053browse

1.CSS overflow 属性

2.标签

 

标签用于搜集用户信息。

 

1 type属性

 

根据不同的 type 属性值,输入字段拥有很多种形式。可以是文本字段、复选框、掩码后的文本控件、单选按钮、按钮等等。

 

text:文本区域
    readonly属性:是否只读。
password:密码区域,输入的文本以'*'展示
checkbox:复选框
     checked属性:是否选中;
radio:单选框;
    name属性:指定多个单选框的在一个区域里进行单选操作
reset:重置当前

表单里所有标签到初始化状态(如清除文本区域内容)
submit:提交当前
表单信息到指定页面
button:普通按钮
    value属性:button按钮显示的文本
file:文件选择标签
hide:隐藏区域,可以把一些不展示给用户,而自己使用的信息存放于此
image:图片区域
    src属性:指定图片存放的路径;
    title属性:鼠标移到图上显示的文本;
    alt:图片加载失败或关闭时,显示的文本;

 

2 示例

 

 

3.
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