2018年10月30日
摘要: <!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <title>选择器</title> <style type="text/css"> h2{ color:#003580; } #a{ color:#000033; font-s 阅读全文
posted @ 2018-10-30 18:30 wnwn 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 一.引入样式 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-30 18:27 wnwn 阅读(154) 评论(0) 推荐(0) 编辑