Vidyalelo
CSS · Q42

CSS Properties, CSS Elements, CSS Functions and Tables

Programming · CSS · question 42

Q42

Which of the following strings are defined by in css?

A.
Which of the following strings are defined by in css?
B.
double quotes
C.
both (A) and (B)
Answer
D.
none of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
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’!”).