Multi-line Comment

Example showing a multi-line HTML comment.

Preview

Code

<!--
This is a multi-line comment.
It can span multiple lines.
-->

<p>Content after the comment is displayed normally.</p>

More HTML Comments Examples (4)