摘要:
类型选择器 类型指 h1 ,p,a这类 h1{ color:red; } 全局选择器以 *开头 类选择器 .highlight { background-color: yellow;} <h1 class="highlight">Class selectors</h1> 指向特定元素类 span.h 阅读全文
posted @ 2023-11-26 17:00
a123456asd
阅读(36)
评论(0)
推荐(0)