慕课网学习系列——html5新标签总结

html5 结构新标签

这里写图片描述

<header>
<nav>
<section>
<aside>
<article>
<hgroup>
<p>
<dialog>
<footer>

input新增类型

<input type="email" name="email">
<input type="url" name="url"> //兼容性比较差,只针对iphone手机端
<input type="tel" name="tel"> 
<input type="date" name="date">
<input type="month" name="month">
<input type="week" name="week">
<input type="time" name="time">
<input type="datetime" name="datetime"> //ios10以后不再兼容
<input type="datetime-local" name="datetime-local">

以上电脑端没有太大作用,主要针对手机端

<input type="number" name="number">
<input type="range" name="range" min="1" max="100">
<input type="search" name="search">
<input type="color" name="color">

表单新增加属性

<form autocomplete="on"></form>

ps:autocomplete适用于标签,以及以下类型的标签:
text,search,url,telephone,email,password,datepickers,range,color

案例:

<form action="lesson2_1 autocomplete.html" autocomplete="on">
	<input type="text" name="text">
	<input type="email" name="email" autocomplete="off">
	<input type="submit">
</form>
<input type="text" name="text" autofocus="autofocus">

案例:

<form action="lesson2_1 autocomplete.html" autocomplete="on">
	<input type="text" name="text" autofocus="autofocus">
	<input type="email" name="email" autocomplete="off">
	<input type="submit">
</form>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值