blob: 3761e5da20b78bc923f89f1123398e779976c557 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.colored {
background-color: yellow;
padding: 16px;
}
</style>
</head>
<div><span>AB </span><span class="colored"> </span></div>
</body>
</html>