css

node2:/var/www/html/jquery#cat t40.html 
<style type="text/css">
#abc .head{
   font-size: 30px;
   color: #ff0;
}
</style>
</style>
<div id="abc">
  <h5 class="head">什么是jQuery?</h5>
  <div  class="content">
       jQuery是继Prototype之后又一个优秀的JavaScript库
   </div>
</div>
原文地址:https://www.cnblogs.com/hzcya1995/p/13348778.html