Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
en:create:table-layout [09.05.2013 19:04] – created janisaltherren:create:table-layout [30.09.2015 11:52] carina.jandl89
Line 13: Line 13:
  
 <code html> <code html>
-<table>      <!-- This is where the table begins -->+<table>      <!-- Allgemeine Angaben -->
 <colgroup>   <!-- This is to define the widths of the columns --> <colgroup>   <!-- This is to define the widths of the columns -->
     <col width="33%">   <!-- Column 1 has a width of 33%, col = column -->     <col width="33%">   <!-- Column 1 has a width of 33%, col = column -->
Line 54: Line 54:
 </colgroup> </colgroup>
 <tr> <tr>
-    <td>Question 1 goes here</td> +    <td>Männlich</td> 
-    <td>Question 2 goes here</td>+    <td>Weiblich</td>
 </tr> </tr>
 </table> </table>
Line 70: Line 70:
 </colgroup> </colgroup>
 <tr> <tr>
-    <td> //Question 1 goes here+    <td> //
 </code> </code>
  
Line 76: Line 76:
 <code html> <code html>
     </td>     </td>
-    <td>//Question 2 goes here+    <td>//
 </code>  </code> 
  
en/create/table-layout.txt · Last modified: 23.11.2020 16:01 by sophia.schauer
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki