<body>
<div>
<img class="header-img" src="https://whitebuffalowebsites.com/images/header2.png" height="100" width="300">
</div>
<button class="btn1">Fade out</button>
<button class="btn2">Fade in</button>
<p>How does jQuery work?</body>
<ul>
<li>A $ sign to define/access jQuery</li>
<li>A (selector) to "query (or find)" HTML elements</li>
<li>A jQuery action() to be performed on the element(s)</li>
</ul>
</body>