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