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?
#dogs? There shouldn't be any other element with an ID of "dogs", since IDs must be unique..