blob: 3725670485b77e90a17ac6e32fce6c298576a10e [file] [log] [blame] [edit]
<!DOCTYPE html>
<html>
<head>
<style>
:root {
font-family: monospace;
}
#highlight {
background-color: yellow;
color:green;
}
</style>
</head>
<body>
One<span id="highlight"> </span>t<span id="highlight">w</span>o three
</body>
</html>