id 부분이 빨간색으로 표시되지 않습니다
One
One 2018-04-02 10:53:33
0
2
1739

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>


One
One

모든 응답(2)
东方_冥

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

UTF-8 앞의 따옴표를 제거해 보세요

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


灭绝师太

외부 CSS 스타일의 경로가 잘못 쓰여 있나요?


최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿
회사 소개 부인 성명 Sitemap
PHP 중국어 웹사이트:공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!