Https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/comment-out-html

how to comment out the element

This is how you comment in html:

<!--
 ....  Your comments here..
 -->

Does this help?