In HTML, it is very easy to create them.
Simply add 'title' attribute to the element.
Examples:
<a title="Tooltip for Anchor !" href="someLink" >Gliding Phenomena Blog </a>
<img title="Tooltip on an Image..." src="myPic.jpg" />
<div title="This is tooltip for the entire DIV">
Some content.
Blah
Blah
</div>
No comments:
Post a Comment