tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

frame_above_rules_cols.html (977B)


      1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
      2 <html lang="en"><head>
      3 
      4 
      5 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      6 <title>Frame="above" and Rules="cols"</title>
      7 <link rel="stylesheet" type="text/css" href="bordercol.css" />
      8 </head>
      9 <body>
     10 
     11 <table rules="cols" frame="above">
     12 <caption><a name="void-none">Frame="above" and Rules="cols"</caption>
     13 <thead>
     14 	<tr>
     15 		<td>Row 1, Cell 1</td>
     16 		<td>Row 1, Cell 2</td>
     17 		<td>Row 1, Cell 3</td>
     18 	</tr>
     19 </thead>
     20 <tbody>
     21 	<tr>
     22 		<td rowspan="2">Row 2, Cell 1</td>
     23 		<td colspan="2">Row 2, Cell 2</td>
     24 	</tr>
     25 	<tr>
     26 		<td>Row 3, Cell 2</td>
     27 		<td rowspan="2">Row 3, Cell 3</td>
     28 	</tr>
     29 	<tr>
     30 		<td colspan="2">Row 4, Cell 1</td>
     31 	</tr>
     32 </tbody>
     33 <tfoot>
     34 	<tr>
     35 		<td>Row 5, Cell 1</td>
     36 		<td>Row 5, Cell 2</td>
     37 		<td>Row 5, Cell 3</td>
     38 	</tr>
     39 </tfoot>
     40 </table>
     41 
     42 
     43 </body>
     44 
     45 </html>