Which of the following is the correct way to set a background color of blue to an HTML element with id = "color_change"?

a.
```
document.getElementById("color_change").style.background = "blue";
```

b.
```
document.getElementById("color_change").innerHTML = "blue";
```

c.
```

```
document.getElementById("color_change").style = blue(this.id);

d.
```
document.getElementById("color_change").this.id = background("blue");
```

a.
```
document.getElementById("color_change").style.background = "blue";
```

Computer Science & Information Technology

You might also like to view...

The default color of bullets is based on the ________

A) color settings B) effect options C) slide layout D) theme

Computer Science & Information Technology

The acronym _______ describes drives that can be used instead of mechanical hard drives, but these use memory technology

Fill in the blank(s) with correct word

Computer Science & Information Technology