tor-browser

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

frame_box_rules_none-collapse-ref.html (1103B)


      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="box" and Rules="none" and "border-collapse: collapse"</title>
      7 <link rel="stylesheet" type="text/css" href="bordercol.css" />
      8 </head>
      9 <table rules="none" frame="box" style="border-collapse: collapse; background: LightCyan; border: solid 1px">
     10 <caption><a name="box-none">Frame="box" and Rules="none"</caption>
     11 <thead id="tablehead">
     12 	<tr>
     13 		<td>Row 1, Cell 1</td>
     14 		<td>Row 1, Cell 2</td>
     15 		<td>Row 1, Cell 3</td>
     16 	</tr>
     17 </thead>
     18 <tbody>
     19 	<tr>
     20 		<td rowspan="2">Row 2, Cell 1</td>
     21 		<td colspan="2">Row 2, Cell 2</td>
     22 	</tr>
     23 	<tr>
     24 		<td>Row 3, Cell 2</td>
     25 		<td rowspan="2">Row 3, Cell 3</td>
     26 	</tr>
     27 	<tr>
     28 		<td colspan="2">Row 4, Cell 1</td>
     29 	</tr>
     30 </tbody>
     31 <tfoot id='tablefooter'>
     32 	<tr>
     33 		<td>Row 5, Cell 1</td>
     34 		<td>Row 5, Cell 2</td>
     35 		<td>Row 5, Cell 3</td>
     36 	</tr>
     37 </tfoot>
     38 </table>
     39 
     40 
     41 </body>
     42 
     43 </html>