Web Programming : Core Attributes : The Title Attribute

9:28:00 AM |



The title Attribute
The title attribute gives a suggested title for the element. They syntax for the title attribute is as
follows:
title="string"
The behavior of this attribute will depend upon the element that carries it, although it is often displayed
as a tooltip or while the element is loading.
Not every element that can carry a title attribute really needs one, so I will explain when this attribute
is of particular use and will show you the behavior it has when used with that element.