Skip to content

标签选择器 👼

作用于这个名字的标签

css
  标签名{
    样式属性:样式值;
  }

  h2{
    color: blue;
  }

试一试