1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/test/js/style.html
2024-09-24 21:43:10 +02:00

7 lines
166 B
HTML

<html>
<body>
<b id="test" style="color:red">RED</b>
<button onclick="alert(document.getElementById('test').style.color);">Click to see: red</button>
</body>
</html>