blob: b058789f6de04c017dec9a37d8955485dcd6b7e9 (
plain)
1
2
3
4
5
6
7
8
9
|
<!doctype html>
<meta charset="utf-8">
<style>
.highlighted {
background-color: yellow;
color: blue;
}
</style>
<body><span class="highlighted">One two </span><span>three…</span>
|