media « Style Basics « HTML / CSS






1.The media attribute lets you control what styles are applied to whichmedia.
2.media="all"
3.media="Screen"
4.insert a page break in the document for printing purposes.
5.insert a page break before an element by using page-break-before:always
6.Link two style files, one for screen, one for print
7.these rules will only apply when printing
8.Language ISO subcode
9.The media attribute lets you control what styles are applied to which media.