HTML Form How to - Add tooltips for Button








Question

We would like to know how to add tooltips for Button.

Answer


<html>
<body>

<button title="you little scallywag">My First Heading</button>

</body>
</html>

The code above is rendered as follows: