代码编辑器:
x
1
2
<meta charset="utf-8">
3
<link href="/static/next/css/tryit.css?v=2017082407" rel="stylesheet"/>
4
<style>
5
p > i:first-child
6
{
7
color:blue;
8
}
9
</style>
10
<p>I am a <i>strong</i> man. I am a <i>strong</i> man.</p>
11
<p>I am a <i>strong</i> man. I am a <i>strong</i> man.</p>
12
<p><b>注意:</b> 当 :first-child 作用于 IE8 以及更早版本的浏览器, !DOCTYPE 必须已经定义.</p>
13
<footer>简单教程,简单编程<br/>Copyright © 简单教程 www.twle.cn</footer>
14