MultipleChoice
Which CSS property defines whether users can see an element when it is rotated away from them?
OptionsMultipleChoice
Given the following HTML statement:

And the following style:

Which line of the changes the background color of the
A)

B)

C)

D)

MultipleChoice
A JavaScript programmer defines the following function:
```javascript
function square(number) {
return number * number;
}
```
Which keyword causes the function to send back a result?
OptionsMultipleChoice
A file named application, Appchache contains the following content:

Which attribute should a developer set to application. Appchache so the four files will be cached?
OptionsMultipleChoice
Which HTML segment should a developer use to enable the Offline AppCache application interface (API)?
A)

B)

C)

D)

MultipleChoice
Which HTML element should a developer use to logically group a set of related HTML elements?
Options