码迷,mamicode.com
首页 > Web开发 > 详细

HTML链接/实施CSS的三种方法

时间:2017-07-12 15:11:28      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:css   bsp   标签   ext   引用   方法   asc   value   style   

①页面内部链接:
    <head>
      <style type="text/css">
      /*Cascading Style Sheets Content*/
      </style>
   </head>
②外部链接:
   <head>
     <link rel="stylesheet" type="text/css" href="#">
   </head>
 
注意: rel,type,href缺一不可,否则可能会引用失败!
 
③标签内联:
   <element style="CSS Content">
   or
   <element property="value">
   or
   <element style="CSS Content" property="value">

HTML链接/实施CSS的三种方法

标签:css   bsp   标签   ext   引用   方法   asc   value   style   

原文地址:http://www.cnblogs.com/johnnyzen/p/7155011.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!