diff --git a/client/src/pages/guide/english/html/attributes/font-color-attribute/index.md b/client/src/pages/guide/english/html/attributes/font-color-attribute/index.md
index 507d5ce4f5..8f5dcb5336 100644
--- a/client/src/pages/guide/english/html/attributes/font-color-attribute/index.md
+++ b/client/src/pages/guide/english/html/attributes/font-color-attribute/index.md
@@ -6,7 +6,7 @@ title: Font Color Attribute
This attribute is used to set a color to the text enclosed in a `````` tag.
### Syntax:
- ``html
+ ```html
```
@@ -40,4 +40,4 @@ A color can also be specified using a 'hex code' or an 'rgb code', instead of us
Font color example using color attribute