案例:CSS案例     状态:可编辑再运行    进入横版
x
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
2
<html>
3
<head>
4
<style type="text/css">
5
p:first-child {font-weight: bold;}
6
li:first-child {text-transform:uppercase;}
7
</style>
8
</head>
9
10
<body>
11
<div>
12
<p>These are the necessary steps:</p>
13
<ul>
14
<li>Intert Key</li>
15
<li>Turn key <strong>clockwise</strong></li>
16
<li>Push accelerator</li>
17
</ul>
18
<p>Do <em>not</em> push the brake at the same time as the accelerator.</p>
19
</div>
20
21
<p><b>注释:</b>必须声明 DOCTYPE,这样 :first-child 才能在 IE 中生效。</p>
22
</body>
23
24
</html>

 运行结果 
 北美留学生论坛