1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00
elinks/test/css/css_html.html
2012-05-27 19:42:43 +02:00

11 lines
151 B
HTML

<html>
<head>
<style type="text/css">
html { background-color: green }
</style>
</head>
<body>
<p>html { background-color: green }</p>
</body>
</html>