Answers for "html5 tooltip attribute"

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