h2
元素的 class 属性设置为 text-center
就可以实现。
记住:我们通过空格分隔不同的 class 可以为一个元素添加多个 class ,就像这样:
<h2 class="red-text text-center">your text</h2>
h2
元素应该居中且有一个 class 为 text-center
testString: assert($("h2").hasClass("text-center"));
- text: 你的 h2
元素应该还有另一个 class 为 red-text
testString: assert($("h2").hasClass("red-text"));
```
Click here for cat photos.
Things cats love:
Top 3 things cats hate:
Click here for cat photos.
Things cats love:
Top 3 things cats hate: