>  Q&A  >  본문

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>In 3학년 때 저는 <span id="stress">쥐처럼 소심한</span> 수업 시간에 선생님의 질문에 감히 대답하지 못했던 어린 소녀였습니다 </p>

< ;/body>

</html>


OneOne2414일 전1781

모든 응답(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
  • 취소회신하다