Answers for "html tooltip when hover"

2

TOOLTIP IN HTML

## DISPLAY TOOLTIP IF LINK IS HOVER
<a href="youtube link" title="My Youtube Channel">Youtube</a>

NOTE: CAN ALSO BE USED IN DIFFERENT HTML TAGS
Posted by: Guest on April-30-2022
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

Browse Popular Code Answers by Language