mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-03 08:07:17 -05:00
7 lines
166 B
HTML
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>
|