Contents
- 1 Which media type is used for paged braille printers?
- 2 Which of the following media types is used for speech and sound synthesizer?
- 3 What types of media the CSS is allowed in a program?
- 4 How are media types defined in CSS 2?
- 5 Which is an example of the @ media rule?
- 6 When to use the @ media rule in CSS?
Which media type is used for paged braille printers?
All Stylesheet Media Types
| all | Used for all media type devices |
|---|---|
| aural | Used for speech and sound synthesizers |
| braille | Used for braille tactile feedback devices |
| embossed | Used for paged braille printers |
| handheld | Used for small or handheld devices |
Which of the following media types is used for speech and sound synthesizer?
Different Media Types
| Media Type | Description |
|---|---|
| all | Used for all media type devices. |
| aural | Used for speech and sound synthesizers. |
| braille | Used for braille tactile feedback devices. |
| embossed | Used for paged braille printers. |
What types of media the CSS is allowed in a program?
CSS 2.1 defines the following media groups:
- continuous or paged.
- visual, audio, speech, or tactile.
- grid (for character grid devices), or bitmap.
- interactive (for devices that allow user interaction), or static (for those that do not).
- all (includes all media types)
What is the different kinds of media?
Media can be classified into four types:
- Print Media (Newspapers, Magazines)
- Broadcast Media (TV, Radio)
- Outdoor or Out of Home (OOH) Media.
- Internet.
Are there different style sheets for different media types?
One of the most important features of style sheets is that, you can specify separate style sheets for different media types. This is one of the best ways to build printer friendly Web pages — Just assign a different style sheet for the “print” media type. Some CSS properties are only designed for certain media.
How are media types defined in CSS 2?
CSS2 Introduced Media Types. The @media rule, introduced in CSS2, made it possible to define different style rules for different media types. Examples: You could have one set of style rules for computer screens, one for printers, one for handheld devices, one for television-type devices, and so on.
Which is an example of the @ media rule?
The @media rule, introduced in CSS2, made it possible to define different style rules for different media types. Examples: You could have one set of style rules for computer screens, one for printers, one for handheld devices, one for television-type devices, and so on.
When to use the @ media rule in CSS?
Therefore it is necessary to specify that a style sheet, or a set of style rules, applies to certain media types. The @media rule is used to define different style rules for different media types in a single style sheet.