Question 66
Which History API object is called when a browser window's document history changes?
Question 67
Given the following HTML:
```html
<div class="example">Example</div>
```
And the style:
```css
.example {
background: red;
}
```
Which line of code changes the background color of the `<div>` when the width is between 600 and 900 pixels or more than 1,100 pixels?
Question 68
Which CSS positioning scheme should a developer use to ensure that an element remains in the same position when a user scrolls a page?
