CFHTMLHEAD

Allows you to insert content into the HTML <head></head> area of the page. The end tag is optional. If omitted you may build content directly inside the tag.

Usage

<cfhtmlhead>

Attributes

Attribute default required summary
ATTRIBUTECOLLECTION A structure containing the tag attributes
TEXT The content you wish to add to the header. Omit if you wish to use the end marker tag
POSITION APPEND APPEND|PREPEND controls where you wish the header text to appear within the head area