标签选择器         E{
CSS规则 以文档元素作为选择父
}


node2:/var/www/html/jquery#cat t6.html
<td>aaaaaaaaaa</td>
<li>bbbbbbbbb</li>
<p>ccccccccccc</p>

node2:/var/www/html/jquery#cat t6.html
<style>
li {
font-size:40px;
}
</style>
<td>aaaaaaaaaa</td>
<li>bbbbbbbbb</li>
<p>ccccccccccc</p>