mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
35 lines
853 B
HTML
35 lines
853 B
HTML
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title> New Document </title>
|
|
<meta name="Generator" content="EditPlus">
|
|
<meta name="Author" content="">
|
|
<meta name="Keywords" content="">
|
|
<meta name="Description" content="">
|
|
</head>
|
|
<body>
|
|
<table border="1" width="100%" height="100%">
|
|
<tr>
|
|
<td>
|
|
Outer Table:<br>
|
|
<table border="1" width="100%" height="100%">
|
|
</td>
|
|
<td>
|
|
<table border="1" width="100%" height="100%">
|
|
<tr>
|
|
<td height="100%">
|
|
Nested Table:<br>
|
|
<table border="1" width="100%" height="100%"><br>
|
|
<td height="100%">
|
|
</td>
|
|
<td height="100%">
|
|
asdf
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|