asset:stylesheet
Description
Include a CSS file in a page, e.g.<asset:stylesheet href="example/style.css"/><style> element generated by this tag.Attributes
| Name | Required | Description | 
|---|---|---|
| src | if hrefis not provided | Path to the CSS file | 
| href | if srcis not provided | An alias for src | 
| charset | No | The file's character set |