There are two kinds of comments:
HTML comments optionally contain an expression, and are sent to the client and can be viewed in the page source:
<!-- Copyright (C) 2001 Acme Software -->
Hidden comments document the source file and are not sent to the client:
<%-- Add new module here --%>
Copyright © 2005. Sybase Inc. All rights reserved. |