Which CSS selector applies to the yellow element(s) only? Select the correct answers!

quiz 07

Options

Preview

<div id="content">
   <a href="#">Home</a>

   <h1>Hello!</h1>

   <p>
      bla <a href="#">bla</a>
   </p>

</div>