mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
20 lines
272 B
HTML
20 lines
272 B
HTML
<HTML>
|
|
<BODY bgColor=#000099>
|
|
<TABLE border=1>
|
|
<TR>
|
|
<TD bgcolor="red">
|
|
Cell-1
|
|
</TD>
|
|
</TR>
|
|
<TR vAlign=top>
|
|
<TD bgColor="blue">
|
|
<FORM>
|
|
<TABLE border=1>
|
|
<TR vAlign=top>
|
|
<TD bgcolor="green">
|
|
Cell-2
|
|
</TD>
|
|
</FORM>
|
|
</BODY>
|
|
</HTML>
|