Writes the text specified in the text attribute to the 'head' section of a generated HTML page. The cfhtmlhead tag can be useful for embedding JavaScript code, or placing other HTML tags such, as META, LINK, TITLE, or BASE in an HTML page header.
Other
<cfhtmlhead text="String"/>
[] = Optional attribute
| Name | Type | Required | Default | Description |
| text | String | Yes | The text to add to the 'head' area of an HTML page. Everything inside the quotation marks is placed in the 'head' section |