mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
23 lines
266 B
HTML
23 lines
266 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
font { background-color:yellow }
|
|
div { color:green }
|
|
x { background-color:blue; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<font face="helvetica">
|
|
red<x> unknown
|
|
<div>div a
|
|
</font>
|
|
div b
|
|
</div>
|
|
normal text
|
|
|
|
</table>
|
|
</body>
|
|
</html>
|
|
|
|
|