SyntaxFix
Write A Post
Hire A Developer
Questions
When you don't want the user to see the comment use:
<%-- comment --%>
If you don't care / want the user to be able to view source and see the comment you can use:
<!-- comment -->
When in doubt use the JSP comment.