2017-02-15 36 views
-5
<!DOCTYPE html> <!-- This lets the browser know it is a html5 document --> 
    <html lang="en-US"> 
    <head> 
<meta charset="UTF-8"> 
<title>HTML5 Synta and Coding Style</title> 

<link rel="stylesheet" type="text/css" href="../style.css"> <!-- This is the external stylesheet that links to the page and alters the feel and look of the page --> 
+1

http://frazzy241.imgur.com/all/?third_party=1我的所有页面都可以工作,只有一个 –

+2

这个路径'../'表明你的css文件在一个文件夹下一级_lower_比html页面。与HTML相关的CSS文件在哪里? – Turnip

+0

http://imgur.com/NeVB64c –

回答

0

1.close和tags。 2.选择您的css的完整地址或使用base标签。