1. 程式人生 > >ID選擇器的語法

ID選擇器的語法

class font hide ack css 勇氣 code logs spl

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選擇器的語法