mirror of
https://github.com/cbracco/html5-test-page.git
synced 2025-08-01 20:00:41 +02:00
Added a section for testing comments
This commit is contained in:
13
index.html
13
index.html
@@ -24,6 +24,7 @@
|
|||||||
<li><a href="#text__tables">Tabular data</a></li>
|
<li><a href="#text__tables">Tabular data</a></li>
|
||||||
<li><a href="#text__code">Code</a></li>
|
<li><a href="#text__code">Code</a></li>
|
||||||
<li><a href="#text__inline">Inline elements</a></li>
|
<li><a href="#text__inline">Inline elements</a></li>
|
||||||
|
<li><a href="#text__comment">Comments</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
@@ -214,8 +215,18 @@
|
|||||||
</div>
|
</div>
|
||||||
<footer><p><a href="#top">[Top]</a></p></footer>
|
<footer><p><a href="#top">[Top]</a></p></footer>
|
||||||
</article>
|
</article>
|
||||||
|
<article id="text__comment">
|
||||||
|
<header><h1>Comments</h1></header>
|
||||||
|
<div>
|
||||||
|
<p>There is comment here: <!--This comment should not be displayed--></p>
|
||||||
|
<p>There is a comment spanning multiple tags and lines below here.</p>
|
||||||
|
<!--<p><a href="#!">This is a text link. But it should not be displayed in a comment</a>.</p>
|
||||||
|
<p><strong>Strong is used to indicate strong importance. But, it should not be displayed in a comment</strong></p>
|
||||||
|
<p><em>This text has added emphasis. But, it should not be displayed in a comment</em></p>-->
|
||||||
|
</div>
|
||||||
|
<footer><p><a href="#top">[Top]</a></p></footer>
|
||||||
|
</article>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="embedded">
|
<section id="embedded">
|
||||||
<header><h1>Embedded content</h1></header>
|
<header><h1>Embedded content</h1></header>
|
||||||
<article id="embedded__images">
|
<article id="embedded__images">
|
||||||
|
Reference in New Issue
Block a user