<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <title>CSCIE-12, Example: 10.7; without style</title>
   </head>
   <body>
      <div>
         <em>Emphasized text</em> outside of <strong>li</strong> appear "normal".
  <ul>
            <li>
               <em>Emphasized text</em> within <strong>li</strong> have a different
      style.</li>
         </ul>
      </div>
   </body>
</html>