-
Which of the following strings are defined by in css?
-
- double quotes
- single quotes
- both double quotes and single quotes
- All of above
- None of these
Correct Option: C
In CSS, strings are defined with either single quotes (‘example’) or double quotes (“example”). Quotes may be found within the opposite quote (“I say this is an ‘example’!”).