码迷,mamicode.com
首页 > 其他好文 > 详细

ID选择器的语法

时间:2017-05-20 21:14:34      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:gif   color   display   代码示例   logs   技术   title   head   log   

ID选择器{

  属性:属性值

}

技术分享
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html;charset=gb2312"/>
<title>ID选择器的应用</title>
<style type="text/css">
 #first{
  font-size:16px;
 }
</style>
</head>
<body>
 <p id="first">有勇气就会有奇迹</p>
</body>
</html>
代码示例如下

 

ID选择器的语法

标签:gif   color   display   代码示例   logs   技术   title   head   log   

原文地址:http://www.cnblogs.com/daixiumei/p/6883079.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!