Home / CSE / CSS - CS :: Discussion

Discussion :: CSS - CS

  1. Which of the following strings are defined by in css?

  2. A.

     Which of the following strings are defined by in css?

    B.

     double quotes

    C.

     both (A) and (B)

    D.

     none of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    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’!”).


Be The First To Comment