由於某些原因,我的樣式標籤無法在嵌入式CSS或HTML中拾取。字體族更改不會生效,也不會生效。有小費嗎?HTML/CSS樣式標籤無法正常工作
<!DOCTYPE html>
<html>
<head>
<title>
My Resume
</title>
<style type=「text/css」>
#ob {
border-top: 5px solid black;
}
</style>
</head>
<body>
<div>
<h1 style=「font-family: sans-serif」>
<strong>Corey Schnedl </strong>
</h1>
<h4 style=「font-family: Sans-Serif」>
<strong> XXXXXXXXXXX/XXXXXXXX/XXXXX/XXXXX </strong>
<br>
<strong>XXXXXXXXXXXXX</strong>
</h4>
</div>
<div>
<h3 style=「font-family:Arial」>
<strong>Objective</strong>
</h3>
<p>
To obtain an entry-level position as a Java software developer.
</div>
</body>
</html>
Atom是一個文本編輯器,我經常看到它被推薦給初學者。 – therobinkim
請參閱http://apple.stackexchange.com/questions/120486/quotes-problem-in-mavericks-or-textedit。 – 2016-12-25 07:21:13
通過驗證程序運行您的HTML。 – 2016-12-25 07:22:32