mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
254 B
HTML
14 lines
254 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<body>
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<div style="position: absolute;">Text</div>
|
||
|
<div style="display: block; width: 100px; height: 100px;"></div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|