What does a CSS selector in square brackets select in HTML?

前端 未结 2 2038
时光取名叫无心
时光取名叫无心 2020-12-20 15:34

So I have seen this CSS rule-set in a library:

[text-uppercase] {
   text-transform: uppercase;
}

and I am not sure on how to use it in a <

2条回答
提交回复
热议问题