Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<style>
div { color: black; }
span { color: green; }
</style>
</head>
<body>
<div><span>T</span>his is text</div>
</body>
</html>