摘要: CSS 样式引入 样式种类 外部样式表:<link rel="stylesheet" type="text/css" href="mystyle.css"> 内部样式表:<style> 内联样式表: style="" 优先级: 通用选择器(*) 标签选择器 类选择器 属性选择器 伪类 ID 选择器 阅读全文
posted @ 2022-10-21 21:27 badpear 阅读(41) 评论(0) 推荐(0)