data/user-42-contacts.html
changeset 22 3b2416b568ca
equal deleted inserted replaced
21:0f1caf741a75 22:3b2416b568ca
       
     1 <table summary="Contacts" class="datatable">
       
     2 	<caption>Contacts of Jan Novák</caption>
       
     3 	<thead>
       
     4 		<tr>
       
     5 			<th scope="col">Name</th>
       
     6 			<th scope="col">Phone</th>
       
     7 			<th scope="col">Address</th>
       
     8 		</tr>
       
     9 	</thead>
       
    10 	<tbody>
       
    11 		<tr>
       
    12 			<th id="1" scope="row">Jan Novák</th>
       
    13 			<td>+420 123 456 789</td>
       
    14 			<td>Na bělidle 789/12, Praha 22</td>
       
    15 		</tr>
       
    16 		<tr>
       
    17 			<th id="2" scope="row">Jan Novák</th>
       
    18 			<td>+420 987 654 321</td>
       
    19 			<td></td>
       
    20 		</tr>
       
    21 	</tbody>
       
    22 
       
    23 </table>
       
    24