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