1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-20 01:46:15 -04:00
elinks/test/ecmascript/style.html

7 lines
166 B
HTML
Raw Normal View History

2023-09-19 11:30:06 -04:00
<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>