HAPEL Core Method Reference <link ...> Description Creates a <link> html tag. link($rel, $href, $type, $attr); Parameters Parameter Required Default $rel yes $href yes $type yes $attr no null Return Values string Example Usage: echo link('stylesheet', 'style.css'); Result: <link rel="stylesheet" href="style.css" />