Answer: Title is an in-built property in HTML used for showing information when a mouse hovers on any control object.It's same as Tooltip text.
In short we can say that,Title is an alternate way of Tooltip property.
For Example:-
<p title="Click here to go to Dot Net Funda">http://www.dotnetfunda.com</p>
Asked In: Many Interviews |
Alert Moderator