2018年10月31日

初识CSS

摘要: 一.引入样式 1.行内样式表 <h1 style="color: red;font-size: 18px;">10-30</h1> 2.内部样式表(在head标签里面,title标签下面) <style type="text/css"> h2{ color: yellow; font-size: 2 阅读全文

posted @ 2018-10-31 15:46 趁你还在 阅读(68) 评论(0) 推荐(0) 编辑

导航