1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00
elinks/test/ecmascript/style.html
2023-09-19 17:30:06 +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>