16.0k views
5 votes
What is the easiest way to be sure you have selected all of the content related to a specific tag?

User Oak Bytes
by
6.9k points

1 Answer

3 votes
add a <div> around it.
example:
<div id = "content">
<p> content</p>
</div>
User Thomas Crowley
by
6.5k points