<cfelse>
Used to create conditional logic in conjunction with the CFIF and CFELSEIF tags. This tag has no attributes.
<cfif conditon = "condition 1"> Do action one. <cfesle> Do action two. </cfif>