Tooltips Material
Tooltips Material
Section titled “Tooltips Material”Syntax
Section titled “Syntax”| Form | Syntax | Usage |
|---|---|---|
| Link | [Text](https://example.com "Tooltip") | Link tooltip. |
| Reference | [Text][id] then [id]: url "Tooltip" | Reusable tooltip. |
| Icon | :material-info:{ title="Info" } | Icon tooltip. |
| Abbreviation | *[HTML]: Hyper Text Markup Language | Definition globale. |
Link tooltips
Section titled “Link tooltips”[Hover me](https://example.com "I'm a tooltip!")
[Reference tooltip][example]
[example]: https://example.com "Reference tooltip"
Icon tooltip
Section titled “Icon tooltip”:material-information-outline:{ title="Important information" }
Focus or hover the link and icon examples to show the custom tooltip layer.
Focus or hover the link and icon examples to show the custom tooltip layer.
Abbreviations
Section titled “Abbreviations”The HTML specification is maintained by the W3C.
*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
The HTML specification is maintained by the W3C.