-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[html] 第108天 在默认的情况下,使用h1标签呈现出什么效果? #1013
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
html
html
Comments
h1: 块级元素,体字加黑加粗,字号:24px。 |
@NicholasBaiYa 是“字体” |
|
我在 h1 {
display: block;
font-size: 2em;
margin-block-start: 0.67em;
margin-block-end: 0.67em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
} 当然,有的地方使用 |
display:block; |
h1,字体24px,粗体,块级标签 |
font-size: 2em;
font-weight: bold;
display:block; |
加粗 |
h1标签 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
第108天 在默认的情况下,使用h1标签呈现出什么效果?
The text was updated successfully, but these errors were encountered: