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:47] – [Schachtelung] 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> 
-<td> +   </ul> 
-<ol> + </td> 
-<li>Fachhochschule</li> + <td> 
-<li>Universität</li> +  <ol> 
-<li>Kunstakademie</li> +    <li>Fachhochschule</li> 
-</ol> +    <li>Universität</li> 
-</td> +    <li>Kunstakademie</li> 
-</tr>+  </ol> 
 + </td> 
 + </tr>
 </table> </table>
 </code> </code>
Zeile 136: Zeile 138:
 <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> 
-<td> +  </td> 
-<ol> +  <td> 
-<li>Fachhochschule</li> +   <ol> 
-<li>Universität</li> +    <li>Fachhochschule</li> 
-<li>Kunstakademie</li> +    <li>Universität</li> 
-</ol> +    <li>Kunstakademie</li> 
-</td> +  </ol> 
-</tr>+  </td> 
 + </tr>
 </table> </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