Html::css()
Creates one or multiple CSS link tags
Parameters
Name | Type | Default | Description |
---|---|---|---|
$url * | string |array |
– | Relative or absolute URLs, an array of URLs or @auto for automatic template css loading |
$options | string |array |
null |
Pass an array of attributes for the link tag or a media attribute string |
Return type
string
|null