Answers for "bootstrap 5 tooltip custom class pass"

0

Tooltip with Html attribute bootstrap 5

<button type="button" class="btn btn-secondary" data-bs-toggle="tooltip" data-bs-html="true" title="<em>Tooltip</em> <u>with</u> <b>HTML</b>">
  Tooltip with HTML
</button>
Posted by: Guest on July-06-2021

Browse Popular Code Answers by Language