文章詳情頁(yè)
id部分不顯示紅色
瀏覽:86日期:2024-05-22 18:17:13
問(wèn)題描述
css:
/*id選擇器*/
#stress{
color:red;
}
html:
<!doctype html>
<html>
<head>
<!--id選擇器-->
<meta http-equiv="content-Type"content="text/html;charset="UTF-8">
<title>id選擇器</title>
<link rel="stylesheet" href="word.css" type="text/css">
</head>
<body>
<p>三年級(jí)時(shí)我還是一個(gè)<span id="stress">膽小如鼠</span>的小女孩,上課從來(lái)不敢回答老師提出的問(wèn)題。</p>
</body>
</html>
問(wèn)題解答
回答1:<meta http-equiv="content-Type"content="text/html;charset="UTF-8">
去掉UTF-8前的引號(hào) 試試
<meta http-equiv="content-Type" content="text/html;charset=UTF-8" />
回答2:外部css樣式的路徑是不是寫(xiě)錯(cuò)了?
相關(guān)文章:
1. 將SQLServer數(shù)據(jù)同步到MySQL 用什么方法?2. 為什么我ping不通我的docker容器呢???3. android - webview 自定義加載進(jìn)度條4. docker安裝后出現(xiàn)Cannot connect to the Docker daemon.5. numpy - python [:,2][:,None]是什么意思6. javascript - 微信小程序封裝定位問(wèn)題(封裝異步并可能多次請(qǐng)求)7. 并發(fā)模型 - python將進(jìn)程池放在裝飾器里為什么不生效也沒(méi)報(bào)錯(cuò)8. javascript - 微信小程序限制加載個(gè)數(shù)9. javascript - 微信音樂(lè)分享10. python 怎樣用pickle保存類(lèi)的實(shí)例?
排行榜

熱門(mén)標(biāo)簽