Disable HTML with Comments

Example showing how comments can temporarily disable HTML code.

Preview

Code

<!--
<p>This paragraph is commented out and will not appear.</p>
-->

<p>This paragraph is visible.</p>

More HTML Comments Examples (4)