html> | |
<head> | |
<meta charset="utf-8"> | |
<title>无标题文档</title> | |
<style type="text/css"> | |
article {display:block} | |
article header p {font-size:13px} | |
article header h1 {font-size:16px} | |
.p-date{font-size:11px} | |
</style> | |
</head> | |
<body> | |
<article> | |
<header> | |
<h1><a>谷歌推出多项新搜索功能 避谈 Google+</a></h1> | |
<p class="p-date">日期: 2012-08-11</p> | |
<p>网易科技讯 8月11日消息,据国外媒体报道,谷歌在主打社交网络服务Google+一年后终于重归"老本行",推出一系列和社交网络没有关联的搜索引擎新功能。</p> | |
</header> | |
</article> | |
</body> | |
</html> |
前面
<style type="text/css"> |
article {display:block} |
article header p {font-size:13px} |
article header h1 {font-size:16px} |
.p-date{font-size:11px} |
</style> |
都还看的懂。 但是在<body>中的代码就看不懂了
Perona
相关分类