<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   
      <title>HTML attribute value from XML</title>
   </head>
   <body bgcolor="white">
      <p align="center"><img border="2" src="tiger.jpg" width="200" height="200"><br><font size="+3">
            <nobr><b>Tiger: 
                  		</b></nobr>
            <nobr><i>panthera tigris</i></nobr></font></p>
      <table width="100%" border="2">
         <tr>
            <th>Subspecies</th>
            <th>Region</th>
            <th>Number Left</th>
            <th>As Of</th>
         </tr>
         <tr>
            <td>
               <nobr><b>Balian: 
                     		</b></nobr>
               <nobr><i>P.t. balica</i></nobr>
            </td>
            <td>Bali</td>
            <td><font color="red" title="that means there are no more left">Extinct</font></td>
            <td>1937</td>
         </tr>
         <tr>
            <td>
               <nobr><b>Caspian: 
                     		</b></nobr>
               <nobr><i>P.t. virgata</i></nobr>
            </td>
            <td>Caspian Sea</td>
            <td><font color="red" title="that means there are no more left">Extinct</font></td>
            <td>1950</td>
         </tr>
         <tr>
            <td>
               <nobr><b>Javan: 
                     		</b></nobr>
               <nobr><i>P.t. sondaica</i></nobr>
            </td>
            <td>Java</td>
            <td><font color="red" title="that means there are no more left">Extinct</font></td>
            <td>1972</td>
         </tr>
         <tr>
            <td>
               <nobr><b>Amoy: 
                     		</b></nobr>
               <nobr><i>P.t. amoyensis</i></nobr>
            </td>
            <td>South China</td>
            <td><font color="blue" title="they're almost gone">20</font></td>
            <td>1999</td>
         </tr>
         <tr>
            <td>
               <nobr><b>Sumatran: 
                     		</b></nobr>
               <nobr><i>P.t. sumatrae</i></nobr>
            </td>
            <td>India, Bangladesh</td>
            <td>400</td>
            <td>1999</td>
         </tr>
         <tr>
            <td>
               <nobr><b>Amur or Siberian: 
                     		</b></nobr>
               <nobr><i>P.t. altaica</i></nobr>
            </td>
            <td>Far East Russia</td>
            <td>445</td>
            <td>1999</td>
         </tr>
         <tr>
            <td>
               <nobr><b>Indo-chinese: 
                     		</b></nobr>
               <nobr><i>P.t. corbetti</i></nobr>
            </td>
            <td>Indo-China</td>
            <td>1227</td>
            <td>1998</td>
         </tr>
         <tr>
            <td>
               <nobr><b>Bengal: 
                     		</b></nobr>
               <nobr><i>P.t. tigris</i></nobr>
            </td>
            <td>India</td>
            <td>3159</td>
            <td>1999</td>
         </tr>
      </table>
      <p>The mighty <b>Tiger</b> faces numerous threats. For more information
         		<a href="http://www.worldwildlife.org/"> click</a></p>
      <hr>
      <p align="center"><img border="2" src="rhino.jpg" width="200" height="160"><br><font size="+3">
            <nobr><b>Black Rhino: 
                  		</b></nobr>
            <nobr><i>diceros bicornis</i></nobr></font></p>
      <table width="100%" border="2">
         <tr>
            <th>Subspecies</th>
            <th>Region</th>
            <th>Number Left</th>
            <th>As Of</th>
         </tr>
         <tr>
            <td>
               <nobr><b>Northwestern Black Rhino: 
                     		</b></nobr>
               <nobr><i>D.b. longipes</i></nobr>
            </td>
            <td>Cameroon</td>
            <td><font color="blue" title="they're almost gone">10</font></td>
            <td>1999</td>
         </tr>
         <tr>
            <td>
               <nobr><b>Eastern Black Rhino: 
                     		</b></nobr>
               <nobr><i>D.b. michaeli</i></nobr>
            </td>
            <td>Kenya (Ethiopia and Rwanda)</td>
            <td>485</td>
            <td>1999</td>
         </tr>
         <tr>
            <td>
               <nobr><b>Southwestern Black Rhino: 
                     		</b></nobr>
               <nobr><i>D.b. bicornis</i></nobr>
            </td>
            <td>Namibia</td>
            <td>740</td>
            <td>1999</td>
         </tr>
         <tr>
            <td>
               <nobr><b>Southern Black Rhino: 
                     		</b></nobr>
               <nobr><i>D.b. minor</i></nobr>
            </td>
            <td>Zimbabwe and South Africa</td>
            <td>1365</td>
            <td>1999</td>
         </tr>
      </table>
      <p>The mighty <b>Black Rhino</b> faces numerous threats. For more information
         		<a href="http://www.worldwildlife.org/"> click</a></p>
      <hr>
   </body>
</html>