Computer Science, asked by devbaluni82gmailcom, 7 months ago

What is the correct HTML for adding a background color? *

<body color = “green”>
<body bgcolor = “green”>
<background> green </background>
<body bg = “green”>​

Answers

Answered by Anonymous
7

\huge\red{Answer}

<body bgcolor = “green”>

✌️ pls follow me on and also mark as brainliest ✌️

Answered by poojan
11

<body bgcolor="yellow"> (option a) is the correct HTML co-de for adding a background color.

Explanation:

The HTML co-de goes as follow:

<html>

   <head>

       <title>bgcolor example</title>

   </head>

   <body bgcolor="yellow">

       <h1>Source: Brainly</h1>

       <p>You can write some content here</p>

   </body>

</html>

For output, refer to [ATTACHMENTS] given below.

You can download the file given in the attachments, save it with .html extension, run it to get the output.

Learn more:

1. The correct sequence of HTML tags for starting a webpage is

https://brainly.in/question/31109764

2. Create an html page with 7 separate lines in different colors.

brainly.in/question/35010731

Attachments:
Similar questions