HTML Class provided by System to generate common HTML tags.
| package |
SYSTEM\HTML |
|---|
link(string $href, string $rel = 'stylesheet', string $type = 'text/css') : string
stringhref attribute
stringrel attribute
stringtype attribute
stringReturns link tag string.
script(string $src, string $type = 'text/javascript', string $rel = 'stylesheet', string $script = '') : string
stringsrc attribute
stringtype attribute
stringrel attribute
stringscript contents
stringReturns script tag string.
style(string $style) : string
stringstyle contents
stringReturns style tag string.