mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
24 lines
351 B
HTML
24 lines
351 B
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<style>
|
||
|
font {
|
||
|
font-size: 20pt;
|
||
|
color: yellow;
|
||
|
background-color: red;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<font face="courier">
|
||
|
|
||
|
this text is above a table.
|
||
|
|
||
|
<TABLE border=1><TR><TD>
|
||
|
this text is inside a table.
|
||
|
</td></tr></table>
|
||
|
|
||
|
this text is below a table.
|
||
|
|
||
|
</body>
|
||
|
</html>
|