HTML新增标签

1.HTML新增标签带来的是网页布局的改变提升,对搜索引擎的友好。

2.新增结构型标签:(有意义的div)

标记定义一个页面或一个区域的头部。 标记定义导航链接
标记定义一个区域
定义一篇文章 标记定义页面内容部分的侧边栏 标记定义文件中一个区块的相关信息。
标记定义一组媒体内容以及它们的标题。
标签定义figure元素的标题
标记定义一个页面或一个区域的底部。 标记定义一个对话框(会话框)类似微信(火狐支持)
<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<title></title>
		<style>
			*{margin:0;padding:0;}
			header{height:100px; background:#f00;}
			nav{height:100px;background:#0f0;}
			section{height:900px; width:1000px; background:#ff0; margin:0 auto;}
			article{height:200px; width:200px; background:#00CCFF; float:left;}
			aside{width:200px; height:200px; background:#00FF00; float:left;}
			hgroup{width:200px; height:200px; background:#00FFFF; float:left;}
			figure{width:200px; height:200px; background:#008000; clear:both;}
			figcaption{width:200px;height:200px; background:#0000FF;}
			footer{height:100px; background:#00f;}
		</style>
	</head>
	<body>
		<header></header>
		<nav></nav>
		<section>
			<article></article>
			<aside></aside>
			<hgroup></hgroup>
			<figure></figure>
			<figcaption></figcaption>
		</section>
		<footer></footer>
	</body>
</html>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值