Contents

cfhtmlhead

Description

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.

Category

Other

Implemented

Usage Syntax

<cfhtmlhead  text="String"/>

[] = Optional attribute

Attributes

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

Example Usage