Run ❯
zig
.
com
Result Size:
625 x 565
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
<!DOCTYPE html> <html> <body> <div id="myDiv" style="border-bottom:thick solid green">This is a div.</div> <br> <button type="button" onclick="myFunction()">Return bottom border color</button> <script> function myFunction() { alert(document.getElementById("myDiv").style.borderBottomColor); } </script> </body> <!-- /jsref/tryit.asp?filename=tryjsref_style_borderbottomcolor2 </html>