&"/> &">
Link 元素上的媒體屬性指定外部樣式表的目標媒體 -
<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中文網其他相關文章!