Looking at the following html
:
Let's see if we can
<highlight data-id="10" data-comment="1">
focus on this part only
</highlight> and ignore the rest
My goal is to emphasize only the highlight
section. I know how to emphasize a span
class by myself, but I'm a bit unsure about this. I'm utilizing javascript
in combination with a css
structure
If you have any guidance, I'd be grateful. Much obliged!