1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-06 23:44:43 -04:00
elinks/test/css/css_html.html

11 lines
151 B
HTML
Raw Normal View History

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