e1:listen_und_tabellen

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
e1:listen_und_tabellen [2017/07/03 07:46] – [Schachtelung] admin03e1:listen_und_tabellen [2017/07/03 07:54] – [Schachtelung] admin03
Zeile 107: Zeile 107:
  
 <code html> <code html>
-<code>+<table border=”1”> 
 +  <tr> 
 +   <th>Schule</th> 
 +   <th>Hochschule</th> 
 + </tr> 
 + <tr> 
 + <td> 
 +   <ul> 
 +     <li>Grundschule</li> 
 +     <li>weiterführende Schule 
 +      <ul> 
 +        <li>Realschule</li> 
 +        <li>Gymnasium</li> 
 +      </ul> 
 +     </li> 
 +     <li>Gesamtschule</li> 
 +   </ul> 
 + </td> 
 + <td> 
 +  <ol> 
 +    <li>Fachhochschule</li> 
 +    <li>Universität</li> 
 +    <li>Kunstakademie</li> 
 +  </ol> 
 + </td> 
 + </tr> 
 +</table> 
 +</code>
  
 <HTML> <HTML>
 +<table border=”1”>
 +  <tr>
 +   <th>Schule</th>
 +   <th>Hochschule</th>
 + </tr>
 + <tr>
 + <td>
 +   <ul>
 +     <li>Grundschule</li>
 +     <li>weiterführende Schule
 +   <ul>
 +     <li>Realschule</li>
 +     <li>Gymnasium</li>
 +     </ul></li>
 +     <li>Gesamtschule
 +   </ul>
 +  </td>
 +  <td>
 +   <ol>
 +    <li>Fachhochschule</li>
 +    <li>Universität</li>
 +    <li>Kunstakademie</li>
 +  </ol>
 +  </td>
 + </tr>
 +</table>
 </HTML> </HTML>
 +
 +====== Tabelle in Liste ======
 +
 +<code html>
 + <ol>
 +  <li>
 +   <table border=”1”>
 +   <tr>
 +    <td>Sek I</td>
 +    <td>Sek II</td>
 +   </tr>
 +   </table>
 +  </li>
 +  <li>
 +   <table border=”1”>
 +  <tr>
 +   <td>Mittlere Reife</td>
 +   <td>Abitur</td>
 +  </tr>
 +  </table>
 + </li>
 +</ol>
 +</code>
 +
 +<HTML>
 + <ol>
 +  <li>
 +   <table border=”1”>
 +   <tr>
 +    <td>Sek I</td>
 +    <td>Sek II</td>
 +   </tr>
 +   </table>
 +  </li>
 +  <li>
 +   <table border=”1”>
 +  <tr>
 +   <td>Mittlere Reife</td>
 +   <td>Abitur</td>
 +  </tr>
 +  </table>
 + </li>
 +</ol>
 +</HTML>
 +
 +
 +
  
  • /var/www/infowiki/data/pages/e1/listen_und_tabellen.txt
  • Zuletzt geändert: 2017/07/03 07:55
  • von admin03