1
0
Fork 0

[test] Page for element.style (getter)

pull/267/head
Witold Filipczyk 2023-09-19 17:30:06 +02:00
parent 0b7caf4e82
commit c7cf135844
1 changed files with 6 additions and 0 deletions

View File

@ -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>