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>东方_冥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" />