How do you enable HTML content inside a Bootstrap Tooltip?

  • data-html="true"
  • data-content="html"
  • data-toggle="html"
  • html="true"
To enable HTML content inside a Bootstrap Tooltip, you use the attribute data-html="true". This allows the tooltip to interpret and display HTML content correctly. Using data-content or data-toggle with "html" won't achieve the desired result.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *