Thursday, December 22, 2016

Tool tip in HTML - Web Development

Create tool tip

What is tool tip?

The tool tip shows some tips which is suitable when the user hover over the elements. We should create tool tip like small hint of the element to the user.

How to create tool tip?

Here is example to create tool tip.



example for Tool tip :

<HTML>
<HEAD>
<TITLE>Web Development Example</TITLE>
</HEAD>
<BODY>
<h1 title="This is heading tooltip">Heading</h1>
<p title="I'm a tooltip">Your paragraph </p>

</BODY>
</HTML>

Output for above code :






Here you can see the tool tip text "This is heading tooltip" "I'm a tooltip" when you hover on the top of the element. (Try with theses examples.)

Lessons will be continue..... Thank you for reading our blog! 


Our some other useful websites :

To learn php - our php tutorial - http://learnandsharephp.blogspot.com/




To Post free ads - Our Free ads website - http://www.mapofmine.com and http://www.freeadsimple.com 



4 comments: