--- description: components and formatting examples used in Docker's docs title: Tooltips toc_max: 3 --- Tooltips aren't visible on mobile devices or touchscreens, so don't rely on them as the only way to communicate important info. ## Examples This is a paragraph that has a tooltip. We position it to the left so it doesn't align with the middle top of the paragraph (that looks weird). {:data-toggle="tooltip" data-placement="left" title="Markdown tooltip example"} Test ## HTML ```html This is a paragraph that has a tooltip. We position it to the left so it doesn't align with the middle top of the paragraph (that looks weird). {:data-toggle="tooltip" data-placement="left" title="Markdown tooltip example"} Test ```