Frau ohne Kopf: 2 Tabellen - Suche Befehl

Beitrag lesen

Hallo!

Ich sitze und suche den ganzen Zeit nach dem Befehl.
Ich möchte 2 Tabellen erstellen. Und zwar eine Tabelle soll hinten und die Zweite vorne.

So etwa habe ich vorgestellt:

<style type="text/css>
table {width: 770px;
height: 500px;
position: absolute;
top: 300px;
left: 10px;}
td {border: 3px #aa01b5 solid;
solid: #000;
vertical-align: top;
overflow: hidden;
background-color: #7cfc1f;}
  </style>

<table>
  <tbody>
    <tr>
      <td></td>
    </tr>
  </tbody>
</table>

Wie setze ich die 2. Tabelle hinein? Und wie lautet das Befehl?

Gruß Frau ohne Kopf *ggg