<!--
and end with a -->
h1
, h2
and p
elements.
h1
element should be visible on the page by uncommenting it.
testString: assert($("h1").length > 0);
- text: Your h2
element should be visible on the page by uncommenting it.
testString: assert($("h2").length > 0);
- text: Your p
element should be visible on the page by uncommenting it.
testString: assert($("p").length > 0);
- text: No trailing comment tags should be visible on the page (i.e. -->
).
testString: assert(!$('*:contains("-->")')[1]);
```
Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.
```