html_comments.html 805 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <h3 id="example-1">Example 1</h3>
  2. <!-- comment -->
  3. <h3 id="example-2">Example 2</h3>
  4. <!---->
  5. <h3 id="example-3">Example 3</h3>
  6. <!-- -->
  7. <h3 id="example-4">Example 4</h3>
  8. <!-- - -->
  9. <h3 id="example-5">Example 5</h3>
  10. <!-- -- -->
  11. <h3 id="example-6">Example 6</h3>
  12. <!-- --->
  13. <h3 id="example-7">Example 7</h3>
  14. <!----->
  15. <h3 id="example-8">Example 8</h3>
  16. <!------>
  17. <h3 id="example-9">Example 9</h3>
  18. <!-- My favorite operators are > and <!-->
  19. <h3 id="example-10">Example 10</h3>
  20. <!-- multi
  21. line
  22. comment
  23. -->
  24. <h3 id="example-11">Example 11</h3>
  25. <!-- indented comment -->
  26. <pre><code>&lt;!-- too much indentation --&gt;
  27. </code></pre>
  28. <h3 id="example-12">Example 12</h3>
  29. <p>&lt;!--&gt; not a comment --&gt;</p>
  30. <p>&lt;!---&gt; not a comment --&gt;</p>
  31. <!-- <!-- not a comment? --> -->