Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 362 Bytes

rel.md

File metadata and controls

25 lines (17 loc) · 362 Bytes

HAPEL Method Parameters


$rel

(string), (required)

Adds the rel attribute to an HTML tag.

Value Use
string adds the value of 'string' as the attribute

Examples:

$rel = 'shortcut-icon';
<tag rel="shortcut-icon" {...}

###Methods Using This Parameter