Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Font-size of h1 is shown different (36px vs. 24px), when it is part of HTML-element "main" or "section"

more options

My HTML-file contains the following code: ... <main>

<h1>Headline</h1>
Some Text

... </main>

When I change "main" to "section", the font-size changes from 36px to 24px (this is reported by webdevelopper), but only for "Headline", for "Some Text" font-size remains unchanged. In CSS I have "body {font-size1: 1.1em;}", no other rules for font-size.

Can You explain this and/or give help? Thanks Andreas

My HTML-file contains the following code: ... &lt;main&gt; &lt;h1&gt;Headline&lt;/h1&gt; Some Text ... &lt;/main&gt; When I change "main" to "section", the font-size changes from 36px to 24px (this is reported by webdevelopper), but only for "Headline", for "Some Text" font-size remains unchanged. In CSS I have "body {font-size1: 1.1em;}", no other rules for font-size. Can You explain this and/or give help? Thanks Andreas

Được chỉnh sửa bởi cor-el vào

Tất cả các câu trả lời (3)

more options

I see some font-size rules in the default builtin html.css file.

  • view-source:resource://gre-resources/html.css
more options

Thanks for prompt answer. The link is somewhat helpful. I don't understand the rules completely, but I suppose, there are modifications along with the new version 63.0.1, which cause what I see in my webpage. So, it is as it is.

more options

Can you provide a link to an example page demonstrating this problem?