摘要: 一.css样式表 1.样式表分类 1.内联式 <p style="font-size:18px;">This is an apple</p> 2.内嵌样式表 作为一个独立的区域 内嵌在网页里面,必须写在head标签里面 <style type="text/css> p{text-decoration 阅读全文
posted @ 2016-11-28 10:44 易小川 阅读(1335) 评论(0) 推荐(0)