diff --git a/guide/english/html/css-classes/index.md b/guide/english/html/css-classes/index.md
index 8216b6fa7c..ccdf69b94f 100644
--- a/guide/english/html/css-classes/index.md
+++ b/guide/english/html/css-classes/index.md
@@ -58,7 +58,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: