Home » Interview » Technology

What is the use of Media Types in CSS?

Correct Answer: Media types in CSS define the media like audio and video to be used in your HTML document to represent the properties in a better way The font property can be used for media types as it can be used for print media or screen media Document requires a defined media to represent the screen that can be read on the paper It is used as:@media ----------Your code here----------

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion