Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<style>
* { color: 'green'; }
</style>
</head>
<body>
<div><span style="color: green">Hello world!</span></div>
</body>
</html>