Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Highlight API Reference: Non-overlapping highlight colors</title>
<style>
body {
text-decoration: 2px green underline;
}
#highlight {
color:blue;
text-decoration: 2px blue underline;
}
</style>
<body><span id="highlight">This part should be blue</span> and this part should be black