文章詳情頁(yè)
calss調(diào)用了 也設(shè)置了顏色,可是網(wǎng)站不顯示。請(qǐng)問(wèn)大佬是什么情況啊
瀏覽:223日期:2024-05-20 15:01:31
問(wèn)題描述
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>css中常見(jiàn)選擇器</title>
<style type="text/css">
/*元素選擇器*/
/**{color: red;}*/
p{text-align: center;}
/*類(lèi)別選擇器*/
.c1{color: red; }
/*ID選擇器*/
/*#one{color: blue;font-size: 60px;}*/
/*優(yōu)先級(jí) id>color>標(biāo)記*/
</style>
</head>
<body class="box">
<p>php</p>
<span calss="c1">你好!123</span>
<p>我是321</p>
</body>
</html>
問(wèn)題解答
回答1:你寫(xiě)錯(cuò)了,calss。。。
是class
排行榜

熱門(mén)標(biāo)簽
網(wǎng)公網(wǎng)安備