VBScript uses the apostrophe (') character to denote comments. Anything following ' on a line is treated as a comment and ignored by the interpreter. Option A uses HTML-style comments which don't work within VBScript code blocks. Option B uses incorrect syntax. Option D shows ASP delimiters but the content inside would still be treated as code, not a comment.