To specify the target media, use the media attribute -
<style> <!-- <!doctype html public "-//w3c//dtd html 4.0//en"> <html> <head> <title>link to a target medium</title> <link rel="stylesheet" type="text/css" media="print, handheld" href="foo.css"> </head> <body> <p>the body... </body> </html> --> </style>
The above is the detailed content of How to use CSS to specify target media within a document's language. For more information, please follow other related articles on the PHP Chinese website!