diff --git a/guide/english/html/css-classes/index.md b/guide/english/html/css-classes/index.md
index a977891f95..55585b2148 100644
--- a/guide/english/html/css-classes/index.md
+++ b/guide/english/html/css-classes/index.md
@@ -80,7 +80,7 @@ You can also combine classes in the same line:
}
```
-You can see the result of the above code [here](https://codepen.io/Tlandis/pen/RLvomV). Learn how to combine css classes using selectors [here](https://www.w3schools.com/css/css_combinators.asp).
+You can see the result of the above code [here](https://codepen.io/Tlandis/pen/RLvomV). Learn how to combine CSS classes using selectors [here](https://www.w3schools.com/css/css_combinators.asp).
#### More Information: