Well done!
You have completed jQuery Events and DOM Traversal Review!
Quiz Question 1 of 5
In the following snippet of code, which elements would be considered the siblings of <div>?
<h1>My Personal Website</h1>
<h2>Learn all about me!</h2>
<div>
<img src=”images/profile-img.jpg" alt=”Profile image of Jane Q. Student” />
<p>My name is Jane.</p>
<p>I have a cat named Eleven.</p>
<p>My favorite show is Doctor Who.</p>
</div>
Choose the correct answer below: