Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

The __________ rule makes it possible to define different style rules for different media types in the same stylesheet.

a) audio/video
b) sink
c) @media
d) @canvas

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

Join The Discussion