Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<style>
span { color: green; }
div::first-letter { font-size: 100px; }
</style>
<div style="color: red">
<span>X</span>
</div>
</html>