从这个问题我开始寻找: Firefox 搞砸了标题大小 h1 h2 h3
这是一个显示问题的 html 片段:
<html>
<head>
</head>
<body>
<section>
<section>
<h1>This is an h1</h1>
<h2>This is an h2</h2>
<h3>This is an h3</h3>
<h4>This is an h4</h4>
</section>
</section>
</body>
</html>
所以将它保存到 test.html 并在 firefox 4 和 chrome 中打开它,h1 标签在 firefox 4 中显示得更小。
谁能解释我如何解决这个问题?