要指定目标媒体,请使用媒体属性 -
<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中文网其他相关文章!