What is the correct syntax for adding a comment in CSS?
// This is a comment
<!-- This is a comment -->
/* This is a comment */
# This is a comment