Answers for "which html tag is used for tooltips"

0

html tooltip

// to show default tooltip in html, add title attribute
<p title="This is a tooltip">Hover here</p>
Posted by: Guest on March-18-2022

Code answers related to "which html tag is used for tooltips"

Browse Popular Code Answers by Language