爲什麼<h1>
和<h2>
標籤具有當被放在一個<article>
內相同的字體大小?
輸出:
然後我想,也許它只是我的眼睛騙誰我,所以我衡量它。
我竟然是相同的大小。
我看了下面的鏈接(http://w3c.github.io/html/rendering.html#sections-and-headings)我瞭解到它是基於層次結構的,但<h1>
和<h2>
處於同一層次上。
因此,<h1>
應該是2em和<h2>
應該是1.5em。
代碼:
<!DOCTYPE html>
<html>
<head>
<title>Headings</title>
<meta charset="utf-8">
</head>
<body>
<article>
<h1>This is h1.</h1>
<h2>This is h2.</h2>
<h3>This is h3.</h3>
<h4>This is h4.</h4>
<h5>This is h5.</h5>
<h6>This is h6.</h6>
</article>
</body>
</html>
而不是測量字母,你可以檢查你的瀏覽器的控制檯「計算方式」。 – Lends
@Lends非常好的建議,謝謝。 – kexxcream
[您鏈接的規格](http://w3c.github.io/html/rendering.html#sections-and-headings)表示'x h1'應該有1.5 em的字體大小,'x hgroup> h1〜h2'字體大小應爲1。17 em(其中'x'是'','