Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<style>
div { color: green }
</style>
</head>
<body>
<div><span style="float: left">This should be green</span></div>
</body>
</html>