---
title: Tooltips
menu: docs.tooltips
description: The Tooltip component is small pop-up box that appears when the user moves the mouse pointer over an element.
bootstrap-link: components/tooltips/
---
## Default markup
{% capture code %}
{% endcapture %}
{% include example.html code=code %}
## Tooltip with HTML
{% capture code %}
{% endcapture %}
{% include example.html code=code %}