Which of the following is the proper way to dynamically access the border width from within the script?

a.
```
document.body.style.BorderWidth
```
b.
```
document.body.attributes.border-width
```
c.
```
document.body.style.border-width
```
d.
```
document.body.style.borderWidth
```

d.
```
document.body.style.borderWidth
```

Computer Science & Information Technology

You might also like to view...

One of the more important XML vocabularies is _____, which is a reformulation of HTML as an XML application.

A. CML B. XHTML C. OFX D. MML

Computer Science & Information Technology

space/time trade-off in hashing

What will be an ideal response?

Computer Science & Information Technology