diff --git a/guide/english/html/attributes/body-background-attribute/index.md b/guide/english/html/attributes/body-background-attribute/index.md index 80a4f3b973..eade409043 100644 --- a/guide/english/html/attributes/body-background-attribute/index.md +++ b/guide/english/html/attributes/body-background-attribute/index.md @@ -29,7 +29,7 @@ Example: The body-background attribute has been deprecated in HTML5. 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 to set the background of an entire page. +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. ## Check it Out: * [CSS background proprety](https://github.com/freeCodeCamp/guides/blob/master/src/pages/css/background/index.md)