Inline Comment

Example showing an inline HTML comment.

Preview

Code

<p>
This text is visible.
<!-- hidden comment -->
More visible text.
</p>

More HTML Comments Examples (4)