CSS for ietest-6

  <script>
    p b  { background-color: red; }  # 0,0,0,2
     div b  { background-color: green; }  # 0,0,0,2
  </script>
  

Page Content

  <div>
 <p>This is a paragraph.
  <b>This is bold text</b>
   This is the final text paragraphs 1.
 </p>
 <p>This is another paragraph.
  <b>This is bold text and <em>this is emphasized text</em></b>
   This is the final text paragraphs 2.
 </p>
</div>
  

This is a paragraph. This is bold text This is the final text paragraphs 1.

This is another paragraph. This is bold text and this is emphasized text This is the final text paragraphs 2.