HTML Comments
Simple example how to use HTML comments.
HTML Text
<p>This is my text.</p>
<!-- This is a comment text and show only on file -->
<p>This is my other text.</p>
Output in HTML
This is my text.
This is my other text.
More tutorials