Search
 
SCRIPT & CODE EXAMPLE
 

CSS

media types in css

:all 
Suitable for all devices.
:braille
Intended for braille tactile feedback devices.
:embossed
Intended for paged braille printers.
:handheld
Intended for handheld devices (typically small screen, limited bandwidth).
:print
Intended for paged material and for documents viewed on screen in print preview mode. Please consult the section on paged media for information about formatting issues that are specific to paged media.
:projection
Intended for projected presentations, for example projectors. Please consult the section on paged media for information about formatting issues that are specific to paged media.
:screen
Intended primarily for color computer screens.
:speech
Intended for speech synthesizers. Note: CSS2 had a similar media type called 'aural' for this purpose. See the appendix on aural style sheets for details.
:tty
Intended for media using a fixed-pitch character grid (such as teletypes, terminals, or portable devices with limited display capabilities). Authors should not use pixel units with the "tty" media type.
:tv
Intended for television-type devices (low resolution, color, limited-scrollability screens, sound available).
/*Media type names are case-insensitive.*/
Comment

All Stylesheet Media Types

<link rel="stylesheet" type="text/css" href="print.css" media="print">
Comment

PREVIOUS NEXT
Code Example
Css :: centralize image css 
Css :: why sass 
Css :: play button animation css 
Css :: css div hexagon 
Css :: background behind image css 
Css :: most essential css elements 
Typescript :: vscode custom snippets how to use file name 
Typescript :: typescript sleep 
Typescript :: Error: Uncaught (in promise): NullInjectorError: R3InjectorError(AppModule)[HttpClient - HttpClient - HttpClient]: 
Typescript :: random between two floats python 
Typescript :: Listing avaible ports pyserial 
Typescript :: allegro gdzie jest moja paczka 
Typescript :: tsc : File C:Userss1rbl4ckAppDataRoaming pm sc.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at 
Typescript :: unity find all objects with script 
Typescript :: g.ps1 cannot be loaded because running scripts is disabled on this system. 
Typescript :: custom decorator in loopback4 
Typescript :: if exists sql server 
Typescript :: python multiply digits of a number 
Typescript :: how to find the index of property in array of object in typescript 
Typescript :: plot a column aginst its frequency in pandas 
Typescript :: Whats the biggest lesson to know if programming 
Typescript :: set array of objects in localstorage 
Typescript :: gets ents within range gmod lua 
Typescript :: psycopg2 OperationalError: FATAL: unsupported frontend protocol 1234.5679: server supports 2.0 to 3.0 
Typescript :: microsoft.portable.csharp.targets was not found vs 2019 
Typescript :: throw error in typescript 
Typescript :: js create batches from array 
Typescript :: link in react 
Typescript :: Hide all elements with class jQuery 
Typescript :: react native typescript 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =