Home / CSE / CSS - CS :: Discussion

Discussion :: CSS - CS

  1. If an @media/@import rule contains a malformed media type (not an identifier) then the statement is valid. State true or false.

  2. A.

     True

    B.

     False

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    @media and @import rules with unknown media types (that are nonetheless valid identifiers) are treated as if the unknown media types are not present. If an @media/@import rule contains a malformed media type (not an identifier) then the statement is invalid.


Be The First To Comment