blob: d5503f30b9e358fb97d6b410a1286436849cade9 [file] [log] [blame]
<!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>