Skip to content

Commit

Permalink
zh-cn: correct the description of "CSS" (#24972)
Browse files Browse the repository at this point in the history
  • Loading branch information
NyanHeart authored Dec 11, 2024
1 parent 79939fc commit 01cec01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ CSS(层叠样式表)是为 web 内容添加样式的代码。*CSS 基础*将

## 什么是 CSS?

和 HTML 类似,CSS 不是编程语言,也不是标记语言**而是一门样式表语言**。CSS 用于选择性地为 HTML 元素添加样式。例如,下列的 CSS 代码选择了所有的段落文本,并将它们设置为红色。
和 HTML 类似,CSS 不是编程语言。它也不是标记语言**而是一门样式表语言**。CSS 用于选择性地为 HTML 元素添加样式。例如,下列的 CSS 代码选择了所有的段落文本,并将它们设置为红色。

```css
p {
Expand Down

0 comments on commit 01cec01

Please sign in to comment.