Adds the title attribute to an HTML tag.
Value | Use |
---|---|
null | prevents the attribute from being added to the tag |
string | adds the value of 'string' as the attribute |
$title = 'Click Me';
<tag title="Click Me" {...}
###Methods Using This Parameter
Adds the title attribute to an HTML tag.
Value | Use |
---|---|
null | prevents the attribute from being added to the tag |
string | adds the value of 'string' as the attribute |
$title = 'Click Me';
<tag title="Click Me" {...}
###Methods Using This Parameter