From f1ef01b1657df520fc6ab8d30350f7c5aad5ee3b Mon Sep 17 00:00:00 2001 From: abhaybaiju Date: Fri, 24 May 2019 07:26:28 +0530 Subject: [PATCH] More informative index.md (#29456) More informative description --- .../english/html/attributes/body-background-attribute/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/html/attributes/body-background-attribute/index.md b/guide/english/html/attributes/body-background-attribute/index.md index 03b8c15180..aa90154a93 100644 --- a/guide/english/html/attributes/body-background-attribute/index.md +++ b/guide/english/html/attributes/body-background-attribute/index.md @@ -23,7 +23,7 @@ Example: ``` ## body-background attribute is depreciated -The body-background attribute has been deprecated in HTML5. The correct way to style the `````` tag is with CSS. +The body-background attribute has been deprecated in HTML5 and is no longer recommended for use. The correct way to style the `````` tag is with CSS. There are several CSS properties used for setting the background of an element. These can be used on the tag to set the background of an entire page.