1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Beautiful flowers of my garden</title>
<style media="screen" type="text/css">
@import "styles/flowers.css";
</style>
</head>
<body>
<h1>Beautiful flowers of my garden</h1>
<ul>
<li id="tulip">
<h2>Purple Tulip</h2>
<em>10.00 per stem</em>
<p>
<strong>Turkey's national flower and tulip motifs feature prominently.</strong>
</p>
<ul>
<li><img src="images/fleurs/tulip1.png" alt="" /></li>
<li><img src="images/fleurs/tulip2.png" alt="" /></li>
</ul>
<p>The tulip is actually also Iran's national flower. The European name for the flower comes from the Persian word for turban, a origin probably originating in the common Turkish custom of wearing flowers in the folds of the turban.</p>
</li>
<li id="lily">
<h2>Lily</h2>
<em>18.00 per bunch</em>
<p>
<strong>Martagons appreciate some shade & are decorative in the garden.</strong>
</p>
<ul>
<li><img src="images/fleurs/lily1.png" alt="" /></li>
<li><img src="images/fleurs/lily2.png" alt="" /></li>
</ul>
<p>Along with the earliest of the asiatics, blooms another entirely different group called the martagons, or martagons hansonii hybrids. These are tall lilies with many little down-facing flowers.</p>
</li>
<li id="pear">
<h2>Pear Blossom</h2>
<em>6.00 per stem</em>
<p>
<strong>Pears are native to temperate regions of the Old World.</strong>
</p>
<ul>
<li><img src="images/fleurs/pear1.png" alt="" /></li>
<li><img src="images/fleurs/pear2.png" alt="" /></li>
</ul>
<p>The flowers are white, rarely tinted yellow or pink, 2-4 cm diameter, and have five petals. Like that of the related apple, the pear fruit is a pome, in most wild species 1-4 cm diameter.</p>
</li>
<li id="sunflower">
<h2>Sunflower</h2>
<em>4.00 per stem</em>
<p>
<strong>The vibrant sunflower's recognized worldwide for its beauty.</strong>
</p>
<ul>
<li><img src="images/fleurs/sunflower1.png" alt="" /></li>
<li><img src="images/fleurs/sunflower2.png" alt="" /></li>
</ul>
<p>Sunflower oil is a valued and healthy vegetable oil and sunflower seeds are enjoyed as a healthy, tasty snack and nutritious ingredient to many foods.</p>
</li>
</ul>
</body>
</html> |
Partager