This article will show you how to add comments to HTML.
This is how you create a comment in HTML:
<!-- I'm a comment! -->
In this second example, we’re using an HTML comment to comment out some markup:
<!-- Look, a shark!
<p>Sammy</p>
-->
Creating comments is an important element to writing HTML.
For a more comprehensive review of the HTML5 markup language, explore our series, How To Build a Website in HTML.
Thanks for learning with the DigitalOcean Community. Check out our offerings for compute, storage, networking, and managed databases.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!