Category | HTML helper functions - meta |
Code Examples | meta( type[string], url[mixed], attributes[array], inline[bool] ) $html->meta() outputs tags, which can be used for specifying a site description or other tags. It can also output tags for RSS feeds and a site favicon. =$html->meta('icon');?> returns these strings: |
Test Code | |
Links | |
Remarks | |
Cancel |