From 1b8d148a0d965ddffe2cbb62a172e484aa517847 Mon Sep 17 00:00:00 2001 From: Ayushman9454 <44403932+Ayushman9454@users.noreply.github.com> Date: Wed, 17 Apr 2019 16:57:13 +0530 Subject: [PATCH] added one more attribute (#27307) --- .../english/html/attributes/font-color-attribute/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 + + +```