In CSS code, any text between ____ is treated as a comment and ignored by user agents. a. < and > b. “* and ” c. / and / d. / and */
In CSS code, any text between /*
and */
is treated as a comment and ignored by user agents.
So the correct answer is: d. / and /