HTML comments, we often make some HTML comments next to some codes. This has many benefits, such as: it is convenient to search, easy to compare, and other programmers in the project team to understand your code, and it can also facilitate your understanding and modification of your own code in the future.
Start using HTML comments <!--, end using-->
HTML comment syntax
<!--Comment content-->
Example
Copy the code