摘要: CSS 导入方式 head 里面使用style标签 引入CSS文件 链接式 link标签 导入式 @import(CSS2.1特有) 内部样式 使用style属性 优先级:就近原则 <style type="text/css"> h1{ color: red; } </style> <link re 阅读全文
posted @ 2021-01-31 23:55 幺幺零零 阅读(74) 评论(0) 推荐(0)