Which of the following will call a function named setBlue() when a text box with id = "blue" gets the focus?

a.
```
onfocus = "blue" onclick = ("setBlue()");
```

b.
```
onfocus.blue = setBlue()
```


c.
```
id = "blue" onclick = setBlue()
```

d.
```
onfocus = "setBlue('blue')"
```

d.
```
onfocus = "setBlue('blue')"
```

Computer Science & Information Technology

You might also like to view...

A(n) ________ is typically a folder on your hard disk or a network share where trusted files are located

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which two NFS Protocol versions does vSphere 6 support? (Choose two.)

A. Version 3 B. Version 3.1 C. Version 4 D. Version 4.1

Computer Science & Information Technology