<!DOCTYPE html>
<html>
<body>

<p>Hold the mouse pointer over the button to see the tool tip.</p>

<form runat="server">
<asp:Button id="button1" Text="Submit" ToolTip="This is an example-button" runat="server" />
</form>

</body>
</html>