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>
2.1m questions
2.1m answers
60 comments
57.0k users