Source code
Revision control
Copy as Markdown
Other Tools
<html>
<body>
<script>
var node = document.createElement("a");
document.defaultView.getComputedStyle(node).color
</script>
</body>
</html>
<html>
<body>
<script>
var node = document.createElement("a");
document.defaultView.getComputedStyle(node).color
</script>
</body>
</html>