mirror of https://github.com/rkd77/elinks.git
[test] Page for element.style (getter)
parent
0b7caf4e82
commit
c7cf135844
|
@ -0,0 +1,6 @@
|
|||
<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>
|
Loading…
Reference in New Issue