12 lines
153 B
HTML
12 lines
153 B
HTML
<!doctype html>
|
|
<html>
|
|
<style>
|
|
span {
|
|
background-color: mark;
|
|
color: marktext;
|
|
}
|
|
</style>
|
|
<body>
|
|
<span>Some selected text</span>
|
|
</body>
|
|
</html>
|