Answer:
Create the html tag container and then create CSS file with the value of the html and body background attribute specified.
Step-by-step explanation:
Web development is the creation of web pages. It requires standard web development tools like HTML, CSS and JavaScript.
The web page is made up of the header, the body and footer, which are all inside a html file. On the header, body and footer tags must be contained within a html opening and closing tags.
The CSS file styles the markup language tags. To give a background color to the entire page, the html and body elements are referenced and given a background color value.