If you want to make a comment in html, you do this
<!-- This is a comment --> This is outside the comment
This is useful if you want to make notes in your code:
<a href="https://www.google.com">Google</a> <!-- This link sends the user to Google -->