1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-30 01:55:30 +00:00
elinks/test/css/css_html.html

11 lines
151 B
HTML
Raw Normal View History

2012-05-22 12:15:24 +00:00
<html>
<head>
<style type="text/css">
html { background-color: green }
</style>
</head>
<body>
<p>html { background-color: green }</p>
</body>
</html>