metaTags

Syntax metaTags (pageTable)

Params pageTable is the optional address of the page table.

Action Generates the meta tags for inclusion in the <head> section of a web page.

Returns An HTML string containing the meta tags.

Example metaTags ()


   » "<meta name=\"generator" content="Frontier 6.0 MacOS">"

Notes You can create meta tags with directives: any directive whose name starts with #meta is assumed to be a meta tag.

You don't need to call this macro if you're using the pageHeader macro, it's called for you.

This macro is stored at html.data.standardMacros.metaTags.

See Also pageHeader

bodyTag

Discuss