Which of the following is the proper way to dynamically access the background color from within the script?

a.
```
document.body.style.BackgroundColor
```
b.
```
document.body.attributes.BackgroundColor
```
c.
```
document.body.style.backgroundColor
```
d.
```
document.body.style.background-color
```


c.
```
document.body.style.backgroundColor
```

Computer Science & Information Technology

You might also like to view...

Design a database similar to iDiary with details for a vacation.

What will be an ideal response?

Computer Science & Information Technology

In computer programming a switch typically has what values:

a. A switch can be on or off b. A switch can be set to 0 or 1 c. A switch can be true or false d. All of the above. e. None of the above.

Computer Science & Information Technology

The CentOS Linux distribution is derived from which other Linux operating system?

A. SUSE B. GNOME C. RHEL D. Windows 10

Computer Science & Information Technology

The item in the accompanying figure was created by using a tool in the ____ panel.

A. Tips B. Effects C. Brush D. Preferences

Computer Science & Information Technology