Home » CSS » Css miscellaneous » Question
  1. Which of the following strings are defined by in css?
    1. double quotes
    2. single quotes
    3. both double quotes and single quotes
    4. All of above
    5. 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’!”).



Your comments will be displayed only after manual approval.