For this code
<div id="dogs" class="content">hello</div>
<div id="frogs" class="content">hello</div>
<div id="hogs" class="content">hello</div>
<div id="logs" class="content">hello</div>
How can I select the class content from the element that has the id dogs?
You can try this: