摘要: 第一种:外部样式表(通过链接外部CSS文件做到对整个文档进行该样 式表类型的样式变换)<head><link rel="stylesheet" type="text/css" href="mystyle.css"></head>第二种:内部样式表(通过使用<style>标签定义单个文件的样式)<he 阅读全文
posted @ 2016-11-21 21:30 墨鱼七灵 阅读(233) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>知识点巩固</title></head><body><p>内联样式</p><h2 style="color:red ;background-color:yellow 阅读全文
posted @ 2016-11-21 20:54 墨鱼七灵 阅读(218) 评论(0) 推荐(0) 编辑