mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01: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>
|
|
|
|
|