diff --git a/guide/english/html/attributes/font-color-attribute/index.md b/guide/english/html/attributes/font-color-attribute/index.md index 59621b0293..355c2c6819 100644 --- a/guide/english/html/attributes/font-color-attribute/index.md +++ b/guide/english/html/attributes/font-color-attribute/index.md @@ -42,3 +42,11 @@ In this example we can see how to set green colour to the text enclosed in a ` ``` +4. HSL attribute +```html + + + Font color example using color attribute + + +```