<!DOCTYPE html>
<html>
<head>
<title>Grundlegende Syntax von CCS</title>
<style type="text/css">
< ;!-- Selector {Declaration}
Selector {Attribute:Attribute value;Attribute:Attribute value;Attribute:Attribute value;.....} -->
p{color:blue; font-size:40px ;}
<!-- Gruppierung von Selektoren-->
b,h1,h2{color:blue;}
</style>
</head> ;
< ;body style="background:pink;">
<p>php Chinesische Website</p>
<b>php ist die beste Sprache</b> ;
<h1>php ist die beste Sprache</h1>
<h2>php ist die beste Sprache</h2>
</body>
</html>
你运行尝试一下,不就知道能不能成功吗,从代码上看是没问题的