關于斜體樣式
<!DOCTYPE HTML>
<html>
? ? <head>
? ? ? ? <meta http-equiv="Content-Type" content="text/html;chasret=utf-8">
? ? ? ? <title>斜體樣式</title>
? ? ? ? <style type="text/css">
? ? ? ? ? ?/*p a{font-style:italic;}
? ? ? ? ? ? p{font-style:italic;}*/
? ? ? ? ? ? *{
? ? ? ? ? ? ? ? p:font-style:italic;
? ? ? ? ? ? }
? ? ? ? </style>
? ? </head>
? ? <body>
? ? ? ? <p>三年級,我還是一個<a>膽小如鼠</a>的小女孩.</p>
? ? </body>
</html>
我用通用選擇符來寫怎么不行
2018-04-01
你試試把"p:"去掉,下圖示: