html 5 特性

html 5 特性

input

说明:移动端效果略。

<input type="email" name="email">
<input type="url" name="url">
<input type="tel" name="tel">
<input type="number" name="number">
<!-- date, month, week, time, datetime, datetime-local -->
<input type="date" name="date">
<input type="range" name="range" min="1" max="10">
<input type="search" name="search">
<input type="color" name="color">
表单(form)

autocomplete, autofocus, multiple, placeholder, required

<input autofocus="autofocus" autocomplete="off">
<input type="file" multiple="multiple">
<input type="email" multiple="multiple">
链接属性

sizes, target

<link rel="icon" href="icon.gif" type="image/gif" sizes="16x16">
<base href="http://localhost" target="_blank">
script 属性

defer: 加载完脚本后并不执行,等整个页面加载完之后在执行;
async:加载完脚本后立即执行,不用等整个页面都加载完。

其他属性
<ol start="5" reversed="reversed">
  <li>Html</li>
  <li>Css</li>
  <li>Javascript</li>
</ol>
<html manifest="index.manifest">

说明:需要编写index.manifest ,配置离线正常使用的文件。

至此,结束。

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值