TestHMH: Difference between revisions

No edit summary
 
(18 intermediate revisions by one other user not shown)
Line 2: Line 2:
Hier könnten diverse Inhalte stehen oder '''Bilder''' eingefügt werden.
Hier könnten diverse Inhalte stehen oder '''Bilder''' eingefügt werden.


[[Datei:Hf 1885 kmb ch004 ill1 cropped.jpg|center|387x387px]]       
[[Datei:Hf 1885 kmb ch004 ill1 cropped.jpg|center|388x388px]]       
<br />
 
=== Testtabelle css ===
 
 
<table class="testtabelle wikitable" border="1" style="width:100%; border-collapse: collapse;">
    
    
     <table border="1" style="width:100%; border-collapse: collapse;">
     <tr>
      <th>Spalte 1</th>
      <th>Spalte 2</th>
      <th>Spalte 3</th>
      <th>Spalte 4</th>
      <th>Spalte 5</th>
    </tr>
 
    <tr>
      <td>Lorem ipsum dolor sit amet.</td>
      <td>Consectetur adipiscing elit.</td>
      <td>Sed do eiusmod tempor incididunt.</td>
      <td>Ut labore et dolore magna aliqua.</td>
      <td>Ut enim ad minim veniam.</td>
    </tr>
    <tr>
      <td>Quis nostrud exercitation ullamco.</td>
      <td>Laboris nisi ut aliquip ex ea.</td>
      <td>Commodo consequat.</td>
      <td>Duis aute irure dolor in.</td>
      <td>Reprehenderit in voluptate velit.</td>
    </tr>
    <tr>
      <td>Esse cillum dolore eu fugiat.</td>
      <td>Nulla pariatur.</td>
      <td>Excepteur sint occaecat cupidatat.</td>
      <td>Non proident, sunt in culpa.</td>
      <td>Qui officia deserunt mollit.</td>
    </tr>
    <tr>
      <td>Anim id est laborum.</td>
      <td>Lorem ipsum dolor sit amet.</td>
      <td>Consectetur adipiscing elit.</td>
      <td>Sed do eiusmod tempor incididunt.</td>
      <td>Ut labore et dolore magna aliqua.</td>
    </tr>
    <tr>
      <td>Ut enim ad minim veniam.</td>
      <td>Consectetur adipiscing elit.<td>Consectetur adipiscing elit.</td><td>Consectetur adipiscing elit.</td><td>Consectetur adipiscing elit.</td>
</table>
 
=== Testtabelle inline styling ===
<table border="1" style="width:100%; border-collapse: collapse; font-family: Calibri, sans-serif; font-size: 9pt;">
    
    
     <tr>
     <tr>
Line 13: Line 61:
       <th>Spalte 5</th>
       <th>Spalte 5</th>
     </tr>
     </tr>
   </thead>
    
   <tbody>
    
     <tr>
     <tr>
       <td>Lorem ipsum dolor sit amet.</td>
       <td>Lorem ipsum dolor sit amet.</td>
Line 25: Line 73:
       <td>Quis nostrud exercitation ullamco.</td>
       <td>Quis nostrud exercitation ullamco.</td>
       <td>Laboris nisi ut aliquip ex ea.</td>
       <td>Laboris nisi ut aliquip ex ea.</td>
       <td>Commodo consequat.</td>
       <td style="background-color: #a0f0a0;">Commodo consequat.</td>
       <td>Duis aute irure dolor in.</td>
       <td>Duis aute irure dolor in.</td>
       <td>Reprehenderit in voluptate velit.</td>
       <td>Reprehenderit in voluptate velit.</td>
Line 45: Line 93:
     <tr>
     <tr>
       <td>Ut enim ad minim veniam.</td>
       <td>Ut enim ad minim veniam.</td>
       <td>
       <td>Quis nostrud exercitation ullamco.</td>
      <td>Laboris nisi ut aliquip ex ea.</td>
      <td>Commodo consequat.</td>
      <td>Duis aute irure dolor in.</td>
    </tr>
 
</table>