Skip to main content

<CSP:COMMENT>

Delimits a CSP comment.

Synopsis


<CSP:COMMENT>...</CSP:COMMENT>

Description

The CSP:COMMENT tag lets you specify comments that are not rendered to the client.

HTML comments within CSP pages are sent to the client browser along with the rest of the content for a page. If you wish place comments within a page that are not sent to the client, use the CSP:COMMENT tag:

<CSP:COMMENT>This page could use better error handling!</CSP:COMMENT>
FeedbackOpens in a new tab