首页 > 其他 > 详细

第10章 hgroup元素

时间:2015-11-29 02:10:31      阅读:282      评论:0      收藏:0      [点我收藏+]
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<article>
	<header>
    	<h1>文章标题</h1>
        <p><time datetime="2015-11-28">2015年11月28日</time></p>
    </header>
    <p>文章正文</p>
</article>
<article>
	<header>
    	<hgroup>
        	<h1>文章主标题</h1>
            <h2>文章子标题</h2>
        </hgroup>
        <p><time datetime="2015-11-28">2015年11月28日</time></p>
    </header>
    <p>文章正文</p>
</article>
</body>
</html>

?

效果图:
bubuko.com,布布扣
?

第10章 hgroup元素

原文:http://onestopweb.iteye.com/blog/2259914

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!