examples/help/contextsensitivehelp/doc/plants.html
branchRCL_3
changeset 8 3f74d0d4af4c
parent 0 1918ee327afb
equal deleted inserted replaced
6:dee5afe5301f 8:3f74d0d4af4c
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
       
     2 <html>
       
     3     <head>
       
     4         <title>Plants</title>
       
     5     </head>
       
     6     <body>
       
     7         Different kind of plants need different amounts of water. Here's a short 
       
     8         overview over the most common grown plants and their avarage need of water:
       
     9         <br>
       
    10         <table border=1>
       
    11             <tr>
       
    12                 <td>Kind</td>
       
    13                 <td>Amount</td>
       
    14             </tr>
       
    15             <tr>
       
    16                 <td>Squash</td>
       
    17                 <td>2000</td>
       
    18             </tr>
       
    19             <tr>
       
    20                 <td>Bean</td>
       
    21                 <td>1500</td>
       
    22             </tr>
       
    23             <tr>
       
    24                 <td>Carrot</td>
       
    25                 <td>1200</td>
       
    26             </tr>
       
    27             <tr>
       
    28                 <td>Strawberry</td>
       
    29                 <td>1300</td>
       
    30             </tr>
       
    31             <tr>
       
    32                 <td>Raspberry</td>
       
    33                 <td>1000</td>
       
    34             </tr>
       
    35             <tr>
       
    36                 <td>Blueberry</td>
       
    37                 <td>1100</td>
       
    38             </tr>
       
    39         </table>
       
    40         <br><br>
       
    41         <font color="#ff0000">Warning:</font> Watering them too much or too little will 
       
    42         cause irreversible damage!
       
    43     </body>
       
    44 </html>