要指定目標媒體,請使用媒體屬性 -
<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>
以上是如何使用 CSS 指定文檔語言內的目標媒體的詳細內容。更多資訊請關注PHP中文網其他相關文章!