例如,假如你想要挑选一切的``元素并设置它们的款式,你能够运用以下CSS规矩:

```cssp { color: blue; fontsize: 16px;}```

```css

color: red;

- 声明块:包括一个或多个款式声明,每个声明由特点名和特点值组成

```css

h1 {

font-size: 24px;

color: 333;

```html