Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<meta charset="utf-8">
<style>
.highlighted {
background-color: pink;
color: green;
}
</style>
<body>
<div><span class="highlighted">One two </span>three…</div>