Click here to view more cat photos.
Things cats love:
- cat nip
 - laser pointers
 - lasagna
 
Top 3 things cats hate:
- flea treatment
 - thunder
 - other cats
 
red-text类应用于第一个p元素来查看。 h2元素应该是红色的。
    testString: 'assert($("h2").css("color") === "rgb(255, 0, 0)", "Your h2 element should be red.");'
  - text: 你的h2元素应该有red-text类。
    testString: 'assert($("h2").hasClass("red-text"), "Your h2 element should have the class red-text.");'
  - text: 你的第一个p元素应该是红色的。
    testString: 'assert($("p:eq(0)").css("color") === "rgb(255, 0, 0)", "Your first p element should be red.");'
  - text: 你的第二和第三个p元素不应该是红色的。
    testString: 'assert(!($("p:eq(1)").css("color") === "rgb(255, 0, 0)") && !($("p:eq(2)").css("color") === "rgb(255, 0, 0)"), "Your second and third p elements should not be red.");'
  - text: 你的第一个p元素应该有red-text类。
    testString: 'assert($("p:eq(0)").hasClass("red-text"), "Your first p element should have the class red-text.");'
```
Click here to view more cat photos.
Things cats love:
Top 3 things cats hate: