I was trying to make this whole HTML code (from line 65 to 87)to comment, so I can try new HTML code, but it failed to make this whole code comment if the code contains other comments in the code. What could I do, I know if I delete other comments in the code would solve the problem, but what if I need those comment to be right there?
Hi @micro7580506334 and welcome to the community!
The easiest way to solve this would be replacing the <!--
and -->
with unique strings which you can easily replace with search and replace once you comment the block back in.
1 Like
To add on what @mirja_t said, here are a few examples β
https://www.tutorialspoint.com/html/html_comments.htm
https://www.w3schools.com/tags/tag_comment.asp