CSS terminology: what are these called?

前端 未结 7 1564
面向向阳花
面向向阳花 2021-02-13 22:42

Consider:

p {
  ...
}

.foo {
  ...
}

#bar {
  ...
}

What is the correct name for these statements in CSS? I\'ve seen them called selectors, rules or rule

7条回答
  •  無奈伤痛
    2021-02-13 23:04

    CSS rules: Selector, Declaration Block, Property, Declaration, and Declared value.

提交回复
热议问题