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 :: overflow-wrap: anywhere 
Css :: what is the animation property in html and css 
Css :: css border radius first element and last element 
Css :: border for text in html 
Css :: css line-through with words 
Css :: sticky header not working chrome 
Css :: how use befor after for image 
Css :: how to insert icons pseudo content 
Css :: background css image 
Css :: css wrap text 
Css :: truncate multiline text 
Css :: how to round input border 
Css :: prevent flex box width from overflowing in css 
Css :: for...of...loop 
Css :: select parent element css 
Css :: wordpress style.css not updating 
Css :: css grid 
Css :: css verbinden 
Css :: spaziatura caratteri css 
Css :: css play button on image 
Css :: attribute selectors in css 
Css :: css icon 
Css :: wpa avoid reload with swipe 
Css :: build responsive real-world websites with html and css download 
Css :: graident colors 
Css :: min width css 
Css :: animation-delay in css 
Css :: download css from website 
Css :: linear gradient farthest-corner code css 
Css :: 404 page template css 
ADD CONTENT
Topic
Content
Source link
Name
8+7 =