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:45] admin03e1:listen_und_tabellen [2017/07/03 07:54] – [Schachtelung] admin03
Zeile 108: Zeile 108:
 <code html> <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></tr>+     <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> 
 + <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> 
 + 
 +====== 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>   </tr>
 +  </table>
 + </li>
 +</ol>
 +</code>
 +
 +<HTML>
 + <ol>
 +  <li>
 +   <table border=”1”>
    <tr>    <tr>
-   <td> +    <td>Sek I</td> 
-<ul+    <td>Sek II</td> 
-<li>Grundschule</li> +   </tr
-<li>weiterführende +   </table> 
-Schule +  </li> 
-<ul+  <li> 
-<li>Realschule</li+   <table border=”1”> 
-<li>Gymnasium</li+  <tr
-</ul></li+   <td>Mittlere Reife</td
-<li>Gesamtschule +   <td>Abitur</td
-</ul+  </tr> 
-</td+  </table
-<tr> + </li> 
-</html>+</ol
 +</HTML
 + 
 + 
  
  • /var/www/infowiki/data/pages/e1/listen_und_tabellen.txt
  • Zuletzt geändert: 2017/07/03 07:55
  • von admin03