Discussion :: CSS - CS
- If an @media/@import rule contains a malformed media type (not an identifier) then the statement is valid. State true or false.
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