&nbs"/>        &nbs">

首页  >  文章  >  web前端  >  LINK 元素上媒体属性的作用

LINK 元素上媒体属性的作用

王林
王林转载
2023-09-05 08:01:061185浏览

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