Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<meta charset="utf-8">
<style>
.highlighted {
background: blue;
}
</style>
<body>
<span class="highlighted">Hello</span>
</body>