Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<style>
#x { color: orange; }
</style>
</head>
<body>
<div id="x"><span>I should be orange</span></div>
</body>
</html>