114k views
1 vote
Question 8 :You are currently editing a Web document in a GUI HTML editor. You want to specify a background color for the page. To do this in a GUI editor, what should you do first?

User Leotrubach
by
4.0k points

1 Answer

4 votes

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.

User Londeren
by
5.5k points