I am trying to use tooltips with bootstrap. I have a sentence and want only one word in bold but it keeps showing up as plain text with tags.
I have used data-html ="true" but it doesn't change anything.
<p title="This is the sentence that I want to show with the <strong> tooltip </strong>" data-html="true">
Hover here
</p>