一些H5标签属性

header 头部

nav 导航栏

footer 页脚

article 文章

section 文档中的节

aside 侧边栏

fieldset

<fieldset>
	<legend>框子</legend>
	用户名: <input type="" name="">
</fieldset>
效果:

[外链图片转存中...(img-HGYdfFuN-1564279505238)]

datalist

选项列表,与select相似

 <input type="text" list="star"/>
    <datalist id="star">
        <option value="ha"></option>
        <option value="he"></option>
        <option value="hq"></option>
    </datalist>

在这里插入图片描述

input

1.type 新属性
			email: <input type="email" name="">	
			phone: <input type="tel" name="">
			number: <input type="number" name="">
			url: <input type="url" name="">
			search: <input type="search" name="">
			range: <input type="range" name="">
			time: <input type="time" name="">
			date: <input type="date" name="">
			month: <input type="month" name="">
			week: <input type="week" name="">
			color: <input type="color" name="">
2. 常用新属性

placeholder 占位符 输入时消失

autofocus 加载自动获焦点

multiple 文件上传可多选

autocomplete 记录之前输入,下次可自动补全(注意需要个name才能用)

[外链图片转存中...(img-gefez0WE-1564279505240)]

<form action="">
	<input type="text" name="name" autocomplete="on">
	<input type="submit" name="">
</form>

(设置off关闭)

required 不能为空

accesskey 通过设置快捷键获取焦点 采用“alt+s”的方式

多媒体标签

  1. embed 引用视频

  2. audio 插入音频 (ogg, mp3, wav)

    <audio src="" autoplay="" controls="" loop="-1"></audio>
    多浏览器支持
    <audio>
    	<source src=".mp3" type="">
    	<source src=".ogg" type="">
    </audio>
    
  3. video 插入视频(MP4, ogg, WebM)

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值