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

引入css

时间:2017-08-29 23:46:18      阅读:236      评论:0      收藏:0      [点我收藏+]

标签:span   页面   color   css   pre   cad   type   引入   blog   

css (cascading style sheet)层叠样式表

1.行间样式

<div style="width:100px;height:100px;"></div>

2.页面级css(在head标签里面写)

<style type="text/css">
      div {
               width:100px;
               height:100px;
         }
</style>

3.外部css文件(在head标签里面写)

<link rel="stylesheet" type="text/css" herf="lesson.css">

 

          

引入css

标签:span   页面   color   css   pre   cad   type   引入   blog   

原文地址:http://www.cnblogs.com/sunshinehu/p/7450741.html

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