首頁  >  問答  >  主體

id部分不顯示紅色

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>三年級時我還是個<span id="stress">膽小如鼠</span>的小女孩,上課從來不敢回答老師提出的問題。</p>

  </body>

</html>


OneOne2363 天前1733

全部回覆(2)我來回復

  • 东方_冥

    东方_冥2018-04-03 10:02:25

    <meta http-equiv="content-Type"content="text/html;charset="UTF-8">

    去掉UTF-8前的引號試試看

    <meta http-equiv="content-Type" content="text/html;charset=UTF-8" />


    #

    回覆
    0
  • 灭绝师太

    灭绝师太2018-04-02 16:58:44

    外部css樣式的路徑是不是寫錯了?


    回覆
    2
  • 取消回覆