How to highlight text like this ?
Well, its not possible … (directly). But yes we can make it by adding any plugin. But I don’t want to add any more plugin to my website, it has its own side effects.
So the best way would be by:
Edit as HTML
Add the lines to be highlighted between the below code snippet:
<span style="background-color: yellow;"> </span>
i.e.,
<p>How to highlight text like <span style="background-color: yellow;">this ? </span></p>