| Cold Fusion Tags Available in Version 3.0 | |
| Tag Name | Description |
| CFABORT | Stops processing of a template at the tag location. |
| CFAPPLICATION | Defines application name, activates client variables |
| CFBREAK | Used to break out of a looping construct. |
| CFCOL | Defines table column header, width, alignment, and text |
| CFCONTENT | Defines the content type and filename of a file to be uploaded. |
| CFCOOKIE | Defines and sets cookie variables |
| CFERROR | Display customized HTML pages when errors occur. |
| CFFILE | Performs typical file-handling tasks from within your Cold Fusion application. |
| CFFORM | Build an input form and perform client-side input validation |
| CFGRID | Used in CFFORM to create a grid control for tabular data. |
| CFGRIDCOLUMN | Used in CFFORM to define the columns used in a CFGRID. |
| CFGRIDROW | Used with CFGRID to define a grid row. |
| CFHEADER | Generates HTTP headers |
| CFHTMLHEAD | Writes text, including HTML to the <HEAD> section of a specified page. |
| CFHTTP | Used to perform GET and POST to upload files, post a form, cookie, query, or CGI variable directly to a specified server |
| CFHTTPPARAM | sed with CFHTTP to specify parameters necessary for a CFHTTP POST operation. CFIF, CFELSE, |
| CFIF, CFELSE, CFELSEIF | Used to create IF-THEN-ELSE constructs. |
| CFINCLUDE | Embeds references to Cold Fusion template files |
| CFINDEX | Used to create Verity search indexes |
| CFINPUT | Used in CFFORM to create input elements like radiobuttons, checkboxes, and text entry boxes |
| CFINSERT | Inserts records in an ODBC data source |
| CFLDAP | Provides access to LDAP directory servers |
| CFLOCATION | Opens a Cold Fusion template or HTML file |
| CFLOOP | Repeat a set of instructions or display output based on a set of conditions |
| CFMAIL | Assembles and posts an email message |
| CFMODULE | Used to invoke a custom tag. |
| CFOBJECT | Create and use COM (Common Object Model) objects |
| CFOUTPUT | Displays output of database query or other operation |
| CFPARAM | Defines a parameter and its initial default value |
| CFPOP | Retrieve and delete messages from a POP mail server |
| CFQUERY | Passes SQL to a database |
| CFREPORT | Embeds a Crystal Reports report |
| CFSEARCH | Execute searches against data indexed in Verity collections using the CFINDEX tag |
| CFSELECT | Used in CFFORM to create a drop-down list box form element |
| CFSET | Defines a variable |
| CFSLIDER | Used in CFFORM to create a slider control element |
| CFTABLE | Builds a table |
| CFTEXTINPUT | Place a single-line text entry box in a CFFORM |
| CFTRANSACTION | Group CFQUERYs into a single transaction; perform rollback processing |
| CFTREE | Used in CFFORM to create a tree control element |
| CFTREEITEM | Used with CFTREE to populate a tree control element in a CFFORM |
| CFUPDATE | Updates records in an ODBC data source |