Is it possible to create a tooltip for an html button. Its the normal HTML button and there is no Title attribute as it is there for some html controls. Any thoughts or comments?
Simply add a title to your button.
title
button
<button title="Hello World!">Sample Button</button>
1.4m articles
1.4m replys
5 comments
57.0k users