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>
<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樣式的路徑是不是寫錯了?