From 5aa5b309d46fedced2525350efd55b8639007f4b Mon Sep 17 00:00:00 2001 From: Potato <34000272+SimplePotato@users.noreply.github.com> Date: Sun, 20 Jan 2019 00:54:02 +0100 Subject: [PATCH] minor gremmar fix (#28804) --- .../html/attributes/body-background-attribute/index.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/guide/english/html/attributes/body-background-attribute/index.md b/guide/english/html/attributes/body-background-attribute/index.md index eade409043..03b8c15180 100644 --- a/guide/english/html/attributes/body-background-attribute/index.md +++ b/guide/english/html/attributes/body-background-attribute/index.md @@ -1,11 +1,10 @@ --- title: Body Background Attribute --- + ## Body Background Attribute - If you want to add a background image instead of a color, one solution is the `` attribute. It specifies a background image for an HTML document. - Syntax: `` @@ -15,7 +14,6 @@ Attribute: `background - URL for background image` - Example: ```html @@ -24,15 +22,13 @@ 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. - 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) +* [CSS background](https://github.com/freeCodeCamp/guides/blob/master/src/pages/css/background/index.md) * [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/background)