Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
<style>
body { color: green; }
</style>
</head>
<body>This should be green</body>
</html>
<!DOCTYPE html>
<html>
<head>
<style>
body { color: green; }
</style>
</head>
<body>This should be green</body>
</html>