Home / CSE MCQs / Javascript MCQs :: Discussion

Discussion :: Javascript MCQs

  1. What should be the value of the type attribute of a variable if the type of file is CSS?
  2. A.
    text/js/css
    B.
    text/js
    C.
    text/css
    D.
    text

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Since the type of file is CSS, the type attribute should hold the value text/css.


Be The First To Comment