摘要: 1 阅读全文
posted @ 2016-11-22 23:36 滥好人 阅读(1216) 评论(0) 推荐(0) 编辑
摘要: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档</title> <style t 阅读全文
posted @ 2016-11-22 23:31 滥好人 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 样式表分 内联:内联就是直接加在标签里面的;比如<div style="样式属性">内联样式表</div> 内嵌:内嵌必须写在head里面;一般写在标题标签的后面,添加<style type="text/css"></style>标签。 外部样式表:需要新建一个CSS文件 写在文件里面的,点击右键链 阅读全文
posted @ 2016-11-22 23:24 滥好人 阅读(115) 评论(0) 推荐(0) 编辑