1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-04 02:35:29 +00:00
elinks/test/css/cascading.html

4 lines
168 B
HTML
Raw Normal View History

<style>a{color:red}b.nobold{font-weight:normal}</style>
<p><a href="x" id="z">red</a> <b class="nobold">normal</b></p>
<p><a href="x" style="color:green">green</a></p>