如何使用 CSS 在文档语言中指定目标媒体


若要指定目标媒体,请使用 media 属性 -

示例

<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>

更新于: 2020 年 3 月 16 日

54 次浏览

启动您的 职业生涯

完成课程并获得认证

开始学习
广告