demo5-2.html


<html>
  <head>
    <title>demo5-2</title>
  </head>

  <body>
  <H1>Farben</H1> 

   <DIV> Ich habe <EM>keine</EM> Farbbezeichnung</DIV>
   <DIV STYLE="background-color: #8498FF;">Meine Farbe ist #8498FF.</DIV>
   <DIV STYLE="background-color: lime;">Meine Farbe ist lime.</DIV>
   <DIV STYLE="background-color: goldenrod;">Meine Farbe ist goldenrod.</DIV>
   <DIV STYLE="background-color: rgb(234,86,17);">Meine Farbe ist rgb(234,86,17).</DIV>
   <DIV STYLE="background-color: rgb(10%,95%,73%);">Meine 
                                           Farbe ist rgb(10%,95%,73%).</DIV>

<P> <h2>Die 16 Standardfarben:</h2>
<table cellpadding=25 cellspacing=0 border=0>
<tr>
<td style="background-color: black; color: white;">black</td>
<td style="background-color: maroon; color: white">maroon</td>
<td style="background-color: green;">green</td>
<td style="background-color: olive;">olive</td>
</tr>
<tr>
<td style="background-color: navy; color: white">navy</td>
<td style="background-color: purple; color: white">purple</td>
<td style="background-color: teal;">teal</td>
<td style="background-color: gray;">gray</td>
</tr>
<tr>
<td style="background-color: silver;">silver</td>
<td style="background-color: red;">red</td>
<td style="background-color: lime;">lime</td>
<td style="background-color: yellow;">yellow</td>
</tr>
<tr>
<td style="background-color: blue; color: white">blue</td>
<td style="background-color: fuchsia;">fuchsia</td>
<td style="background-color: aqua;">aqua</td>
<td style="background-color: white;">white</td>
</tr>
</table>

</body>
</html>

previous    contents     next

Peter Junglas 22.11.1999