Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
    <style>
        #highlight {
            background-color: yellow;
            color:green;
        }
    </style>
</head>
<body>
    One<span id="highlight"> </span>t<span id="highlight">w</span>o three
</body>
</html>