Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<html>
<style>
span {
background-color: mark;
color: marktext;
}
</style>
<body>
<span>Some selected text</span>
</body>
</html>