如何将标题放入HTML和CSS的类

时间:2016-11-16 14:55:38

标签: html css

div.countries {
  color: blue;
  font-family: Arial;
}
<div class="countries">
  <h2>Mexico</h2>

</div>

<div class="countries">
  <h3>Brasil</h3>

</div>

任何人都可以告诉我CSS中的代码有什么问题。在HTML部分中,标题写为:

<h2>
Mexico
</h2> 

<h3>
Brasil
</h3>

但是h2和h3仍然不会像我想要的那样显示为蓝色或Arial。我看不出有什么不对,但我在这方面几乎是一个完全的业余爱好者,只是想学习。希望有人可以帮助我:)如果您想指定其他任何内容或需要更多信息,请询问。

2 个答案:

答案 0 :(得分:2)

它工作得很好,很可能有些事情会覆盖它们,你可能会试图更深地冲击它们,也许它会覆盖它们:

div.countries>h2, div.countries>h3 {
  color: blue;
  font-family: Arial;
}

答案 1 :(得分:0)

 If Range("A1").Value <> "Notes" Then
 If Range("A1").Value = "Notes" Then