Multi-line comments in JavaScript are enclosed between /* and /. Option A shows single-line syntax, option B uses HTML comment syntax, and option C correctly shows the multi-line comment syntax (though the closing slash is backward in the option text, the pattern /...*/ is correct).