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:44] – [Verschachtelte Tabellen] admin03e1:listen_und_tabellen [2017/07/03 07:54] – [Schachtelung] admin03
Zeile 106: Zeile 106:
 Liste. Die Liste ganz links ist zudem eine geschachtelte Liste. Liste. Die Liste ganz links ist zudem eine geschachtelte Liste.
  
-<code>+<code html>
 <table border=”1”> <table border=”1”>
-<tr> +  <tr> 
-<th>Schule</th> +   <th>Schule</th> 
-<th>Hochschule</th> +   <th>Hochschule</th> 
-</tr> + </tr> 
-<tr><td> + <tr> 
-<ul> + <td> 
-<li>Grundschule</li> +   <ul> 
-<li>weiterführende +     <li>Grundschule</li> 
-Schule +     <li>weiterführende Schule 
-<ul> +      <ul> 
-<li>Realschule</li> +        <li>Realschule</li> 
-<li>Gymnasium</li> +        <li>Gymnasium</li> 
-</ul></li> +      </ul> 
-<li>Gesamtschule +     </li> 
-</ul></td>+     <li>Gesamtschule</li> 
 +   </ul> 
 + </td
 + <td> 
 +  <ol> 
 +    <li>Fachhochschule</li> 
 +    <li>Universität</li> 
 +    <li>Kunstakademie</li> 
 +  </ol> 
 + </td> 
 + </tr> 
 +</table>
 </code> </code>
  
-<html>+<HTML>
 <table border=”1”> <table border=”1”>
-<tr> +  <tr> 
-<th>Schule</th> +   <th>Schule</th> 
-<th>Hochschule</th> +   <th>Hochschule</th> 
-</tr> + </tr> 
-<tr><td> + <tr> 
-<ul> + <td> 
-<li>Grundschule</li> +   <ul> 
-<li>weiterführende +     <li>Grundschule</li> 
-Schule +     <li>weiterführende Schule 
-<ul> +   <ul> 
-<li>Realschule</li> +     <li>Realschule</li> 
-<li>Gymnasium</li> +     <li>Gymnasium</li> 
-</ul></li> +     </ul></li> 
-<li>Gesamtschule +     <li>Gesamtschule 
-</ul></td> +   </ul> 
-</html>+  </td
 +  <td> 
 +   <ol> 
 +    <li>Fachhochschule</li> 
 +    <li>Universität</li> 
 +    <li>Kunstakademie</li> 
 +  </ol> 
 +  </td> 
 + </tr> 
 +</table
 +</HTML>
  
-<td+====== Tabelle in Liste ====== 
-<ol> + 
-<li>Fachhochschule</li+<code html
-<li>Universität</li> + <ol> 
-<li>Kunstakademie</li>+  <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> </ol>
-</td> +</code>
-</tr> +
-</table>+
  
-<ol> +<HTML> 
-<li> + <ol> 
-<table border=”1”> +  <li> 
-<tr> +   <table border=”1”> 
-<td>Sek I</td> +   <tr> 
-<td>Sek II</td> +    <td>Sek I</td> 
-</tr> +    <td>Sek II</td> 
-</table> +   </tr> 
-</li> +   </table> 
-<li> +  </li> 
-<table border=”1”> +  <li> 
-<tr> +   <table border=”1”> 
-<td>Mittlere Reife</td> +  <tr> 
-<td>Abitur</td> +   <td>Mittlere Reife</td> 
-</tr> +   <td>Abitur</td> 
-</table> +  </tr> 
-</li>+  </table> 
 + </li>
 </ol> </ol>
 +</HTML>
  
  
  
  
  • /var/www/infowiki/data/pages/e1/listen_und_tabellen.txt
  • Zuletzt geändert: 2017/07/03 07:55
  • von admin03