&lt;div&gt;
  &lt;h2&gt;Article One&lt;/h2&gt;
  &lt;p&gt;This is NOT in the section.&lt;/p&gt;
&lt;/div&gt;

&lt;section&gt;
  &lt;div&gt;
    &lt;h1&gt;====&gt; ARTICLE TWO &lt;====&lt;/h1&gt;
    &lt;p&gt;SELECTED: This one IS inside the section.&lt;/p&gt;
  &lt;/div&gt;
&lt;/section&gt;