<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="flowers.css"?>
<flowers xmlns:html="http://www.w3.org/1999/xhtml">
  <flower>
      <names>
         <family>Malvaceae</family>
         <genus>Fremontodendron</genus>
         <species>californicum</species>
         <common_name>Flannel Bush</common_name>
      </names>
      <photo><html:img src="images/fremontodendron.jpg" width="200" height="150" />Flannel Bush</photo>
      <description>
         <location>Southwestern United States</location>
         <type>shrub</type>
         <flower_color>Yellow</flower_color>
         <leaves>Leathery and fuzzy texture</leaves>
         <notes>Hairs and young shoots can cause skin irritation</notes>
         <drought_tolerant>Yes</drought_tolerant>
      </description>
      <reference><html:a href="http://en.wikipedia.org/wiki/Fremontodendron" title="Fremontodendron">References</html:a></reference>
  </flower>
  <flower>
      <names>
        <family>Loasaceae</family>
        <genus>Mentzelia</genus>
        <species>lindleyi</species>
        <common_name>Blazing Star</common_name>
      </names>
      <photo><html:img src="images/blazingstar.jpg" width="200" height="159" />Blazing Star</photo>
      <description>
        <location>Coast Ranges of California and Arizona</location>
        <type>Annual wild flower</type>
        <flower_color>Yellow</flower_color>
        <leaves>Spikey</leaves>
        <notes>Commonly called blazing stars or stickleafs; other names include "evening stars" and "moonflowers"</notes>
        <drought_tolerant>Somewhat</drought_tolerant>
      </description>
      <reference><html:a href="http://en.wikipedia.org/wiki/Mentzelia" title="Blazing Star">References</html:a></reference>
  </flower>
   <flower>
      <names>
         <family>	Iridaceae</family>
         <genus>Iris</genus>
         <species>douglasiana</species>
         <common_name>Douglas Iris</common_name>
      </names>
      <photo><html:img src="images/douglasiris.jpg" width="200" height="150" />Douglas Iris</photo>
      <description>
         <location>coastal regions of Northern and Central California and southern Oregon</location>
         <type>shrub</type>
         <flower_color>Pale Purple</flower_color>
         <leaves>about 2 centimetres (1 in) wide</leaves>
         <notes>Noxious weed in pastures, because it forms clumps that inhibit other vegetation, and its leaves are bitter and unpalatable to cattle</notes>
         <drought_tolerant>Somewhat</drought_tolerant>
      </description>
      <reference><html:a href="http://en.wikipedia.org/wiki/Douglas_iris" title="Douglas Iris">References</html:a></reference>
   </flower>
   <flower>
      <names>
         <family>Papaveraceae</family>
         <genus>Eschscholzia</genus>
         <species>californica</species>
         <common_name>California Poppy</common_name>
      </names>
      <photo><html:img src="images/poppy.jpg" width="200" height="133" />California Poppy</photo>
      <description>
         <location>grassy and open areas from sea level to 2,000m (6,500 feet) altitude in the western United States throughout California, extending to Oregon, southern Washington, Nevada, Arizona, New Mexico, and in Mexico in Sonora and northwest Baja California.</location>
        <type>shrub</type>
        <flower_color>Orange</flower_color>
         <leaves>alternately branching glaucous blue-green foliage, leaves are ternately divided into round, lobed segments</leaves>
         <notes>April 6 is designated California Poppy Day</notes>
        <drought_tolerant>Yes</drought_tolerant>
      </description>
      <reference><html:a href="http://en.wikipedia.org/wiki/Eschscholzia_californica" title="California Poppy">References</html:a></reference>
   </flower>
</flowers>

