HTML Basic Comment

Example showing a basic HTML comment.

Preview

Code

<!-- This is a comment -->

<p>This paragraph is visible on the page.</p>

More HTML Comments Examples (4)