mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-02 08:57:19 -04:00
4 lines
168 B
HTML
4 lines
168 B
HTML
|
<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>
|