spielplatz:informationen

Willkommen auf dem Spielplatz

Hier könnt ihr euch nach Belieben austoben - neue Seiten anlegen, Funktionen und Syntax des Wikis testen!

HEADER 1 HEADER 2 HEADER 3
Zeile 1 Spalte 1 Zeile 1 Spalte 2 <html><div style=„width:40px; background-color: red“> &nbsp; </div></html>
Zeile 2 Spalte 1 Zeile 2 Spalte 2 <html><div style=„width:60px; background-color: green“> &nbsp; </div></html>
Zeile 3 Spalte 1 Zeile 3 Spalte 2 <html><div style=„width:80px; background-color: blue“> &nbsp; </div></html>

<html> <table width=„30%“>

  <thead>
      <tr>
        <th></th>
        <th>Haus A</th>
        <th>Haus B</th>
      </tr>
  </thead>
  <tbody>
      <tr style="background-color: #ccc">
        <td style="padding: 8px 12px 8px 12px">Wohnfläche</td>
        <td style="padding: 8px 12px 8px 12px">100</td>
        <td style="padding: 8px 12px 8px 12px">150</td>
      </tr>
      <tr style="background-color: #eee;">
        <td style="padding: 8px 12px 8px 12px">Obergeschoss</td>
        <td style="padding: 8px 12px 8px 12px">40</td>
        <td style="padding: 8px 12px 8px 12px">60</td>
      </tr>
      <tr style="background-color: #ccc;">
        <td style="padding: 8px 12px 8px 12px">Untergeschoss</td>
        <td style="padding: 8px 12px 8px 12px">60</td>
        <td style="padding: 8px 12px 8px 12px">90</td>
      </tr>
      <tr style="background-color: #eee;">
        <td style="padding: 8px 12px 8px 12px">Gartenfläche</td>
        <td style="padding: 8px 12px 8px 12px">150</td>
        <td style="padding: 8px 12px 8px 12px">300</td>
      </tr>
      <tr style="background-color: #ccc;">
        <td style="padding: 8px 12px 8px 12px">Gesamtfläche</td>
        <td style="padding: 8px 12px 8px 12px">250</td>
        <td style="padding: 8px 12px 8px 12px">450</td>
      </tr>
      <tr style="background-color: #ffcaca;">
        <td style="padding: 8px 12px 8px 12px">Bewertung</td>
        <td style="padding: 8px 12px 8px 12px"><div style="width:20px; background-color: orange"> &nbsp; </div></td>
        <td style="padding: 8px 12px 8px 12px"><div style="width:50px; background-color: green"> &nbsp; </div></td>
      </tr>
  </tbody>

</table> </html>

  • Zuletzt geändert: 2022/10/26 20:47
  • von 127.0.0.1