SOURCE

console 命令行工具 X clear

                    
>
console
<p><b><a href="/css/" target="_blank">这是一个链接</a></b></p>

<h1>Hello World!</h1>
<h2>Smaller heading!</h2>
<p>This is a paragraph.</p>
<div>
<p>段落 1。 在 div 中。</p>
<p>段落 2。 在 div 中。</p>
</div>

<p>段落 3。不在 div 中。</p>
<p>段落 4。不在 div 中。</p>
<h3><p>This is some text.</p>
<p>This is some text.</p></h3>
a:link {color:#000000;}      /* 未访问链接*/
a:visited {color:#00FF00;}  /* 已访问链接 */
a:hover {color:#FF00FF;}  /* 鼠标移动到链接上 */
a:active {color:#0000FF;}
h1,h2,p
{
	color:green;
}
div p
{
	background-color:yellow;
}
p:first-child
{
	color:blue;
}