&nbs"/>        &nbs">

首頁  >  文章  >  web前端  >  LINK 元素上媒體屬性的作用

LINK 元素上媒體屬性的作用

王林
王林轉載
2023-09-05 08:01:061186瀏覽

LINK 元素上媒体属性的作用

LINK 元素上的 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>

以上是LINK 元素上媒體屬性的作用的詳細內容。更多資訊請關注PHP中文網其他相關文章!

陳述:
本文轉載於:tutorialspoint.com。如有侵權,請聯絡admin@php.cn刪除