What do we mean by Title HTML property attribute?

 Posted by vishalneeraj-24503 on 5/6/2014 | Category: ASP.NET Interview questions | Views: 1554 | Points: 40
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 

Comments or Responses

Login to post response