Examining how HTML comments are used for developer notes, documentation, and conditional compilation.
HTML comments are enclosed in <!-- --> tags and are not rendered in the browser but remain in the page source.
<!-- This is a comment -->
Comments serve multiple purposes: