1 <!DOCTYPE html>
 2 <html lang="en">
 3 <head>
 4     <meta charset="UTF-8">
 5     <title>MIS问答平台</title>
 6     <link rel="stylesheet" href="1.css" type="text/css">
 7 </head>
 8 <body>
 9     <nav>
10          <img src="http://www.lagou.com/i/image/M00/03/3B/Cgp3O1awaqGAXK0gAACyTvIdSHQ243.png">
11          <a href="http://www.gzcc.cn">首页</a>
12          <input type="text">
13          <button type="submit">搜索</button>
14     </nav>
15     <h1>当你有故事的时候,才能听懂他歌里的一切</h1>
16     <h2 class="textblue">当你有故事的时候,才能听懂他歌里的一切</h2>
17     <p><span id="commentcount">3366</span>评论</p>
18 </body>
19 </html>
1         h1{
2             color:red;
3         }
4         textblue{
5             backgroundcolor:blue;
6         }
7         #commentcount{
8             color: yellowgreen;
9         }

 

posted on 2017-10-18 16:07  016李云基  阅读(114)  评论(0编辑  收藏  举报