Computer >> Computer tutorials >  >> Programming >> CSS

CSS media types


The following are the media types in CSS:

S.no
Value & Description
1.
All
Suitable for all devices.
2.
Aural
Intended for speech synthesizers.
3.
Braille
Intended for braille tactile feedback devices.
4.
Embossed
Intended for paged braille printers.
5.
Handheld
Intended for handheld devices (typically small screen, monochrome, limited bandwidth).
6.
Print
Intended for paged, opaque material and for documents viewed on screen in print preview mode. Please consult the section on paged media.
7.
Projection
Intended for projected presentations, for example, projectors or print to transparencies. Please consult the section on paged media.
8.
Screen
Intended primarily for color computer screens.
9.
Tty
Intended for media using a fixed-pitch character grid, such as teletypes, terminals, or portable devices with limited display capabilities.
10.Tv
Intended for television-type devices.