Adds the rel attribute to an HTML tag.
Value | Use |
---|---|
string | adds the value of 'string' as the attribute |
$rel = 'shortcut-icon';
<tag rel="shortcut-icon" {...}
###Methods Using This Parameter
Adds the rel attribute to an HTML tag.
Value | Use |
---|---|
string | adds the value of 'string' as the attribute |
$rel = 'shortcut-icon';
<tag rel="shortcut-icon" {...}
###Methods Using This Parameter