Home » CSS » Css miscellaneous » Question
  1. The __________ rule makes it possible to define different style rules for different media types in the same stylesheet.
    1. @media
    2. @canvas
    3. sink
    4. audio/video
    5. None of these
Correct Option: A

@media screen {
p {
font-family: verdana, sans-serif;
font-size: 17px;
}
}



Your comments will be displayed only after manual approval.