是否可以使用h1类和h2标记?

时间:2016-09-06 11:41:12

标签: html

是否可以使用h1类和h2标记?

<h2 class="h1">Test</h2>

我需要h2标签用于SEO相关的东西,但我需要h1的风格。

我已经尝试过这样做,但没有运气

h2.h1 {
    font-size: 18px !important;
    font-weight: bold !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

1 个答案:

答案 0 :(得分:2)

以与h1样式相同的方式设置h2标签的样式。检查h1标签并复制其样式。不要尝试将h1作为h2的一个类,将它重新设置为标签要容易得多。