Adds the alt 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 |
$alt = 'Alt Text';
<tag alt="Alt Text" {...}
###Methods Using This Parameter
Adds the alt 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 |
$alt = 'Alt Text';
<tag alt="Alt Text" {...}
###Methods Using This Parameter