<CFIF expression>
    HTML and CFML tags
<CFELSEIF>
    HTML and CFML tags
<CFELSE expression>
    HTML and CFML tags
</CFIF>


Used with CFELSE and CFELSEIF, CFIF lets you create simple and compound conditional statements in CFML. The value in the CFIF tag can be any expression.