<h2> This Page is About Animals </h2>
<div id="content">
Here is where the content goes
</div>
<button id="fishButton" onclick="loadContent('fish')">Fish</button>
<button id="dogButton" onclick="loadContent('dog')">Dog</button>
<button id="catButton" onclick="loadContent('cat')">Cat</button>
<button id="redButton" onclick="setBackground('red')">Red</button>
<button id="greenButton" onclick="setBackground('green')">Green</button>
<button id="blueButton" onclick="setBackground('blue')">Blue</button>