Skip to content
frontLearn
Main Navigation
Home
参考
官方
MDN
W3C
优秀网站
Appearance
Menu
Return to top
On this page
标签选择器 👼
作用于这个名字的标签
css
标签名{
样式属性:样式值;
}
h2
{
color
:
blue
;
}
试一试