If you want to add some note to your HTML code or just hide some part of your code you can use comments.
Comments in HTML starts with <!--
and ends with -->
. See examples below:
<!-- this is comment -->
<!-- this is
multiline
comment in
HTML -->
By: Tomas Silny
Edited: 2020-11-06 19:23:14