<html>
<head>
<title>ID選擇器</title>
<style type="text/css">
<!--
#one{
font-weight:bold; /* 粗體 */
}
#two{
font-size:30px; /* 字體大小 */
color:#009900; /* 顏色 */
}
-->
</style>
</head>
<body>
<p id="one">ID選擇器1</p>
<p id="two">ID選擇器2</p>
<p id="two">ID選擇器3</p>
<p id="one two">ID選擇器3</p>
</body>
</html>
掃一掃關(guān)注官方微信