diff --git a/html/html.php b/html/html.php index 1f19e56..d76e790 100644 --- a/html/html.php +++ b/html/html.php @@ -1,10 +1,50 @@ tag + * + * @param string $href href attribute + * @param string $rel rel attribute + * @param string $type type attribute + * @return string Returns link tag string. + */ public static function link($href,$rel = 'stylesheet',$type = 'text/css'){ return '';} + + /** + * Generate ';} + + /** + * Generate ';} -} +} \ No newline at end of file