css的初步认识

 刚刚接触css,通过一些学习还有很多迷迷糊糊的地方。也掌握了一些基本的操作。

它的内联样式:<div style="color:red">我是一个div</div>;

内部样式:<head>

                        <style type="text/css">

                          样式的定义

                        </style>

              <head>;

外部样式:<head>

                        <link rel="stylesheet" type="text/css"

                         href="样式表的css文件";

              <head>

还有文本装饰的标签:underline下划线,line-through贯穿线,text-decoration:none去掉下划线

字符转换:uppercase,lowercase

背景:size,color,repeat,img

文本:缩进,对齐,装饰,间距~

posted @ 2016-03-21 20:06  长鼻子蘑菇象  阅读(95)  评论(0编辑  收藏  举报