Macromedia coldfusion 4.5-cfml language reference User Manual

Page of 608
xx
CFML Language Reference 
Using End Tags
Except where noted in the syntax, CFML tags do not require an end tag. However, all 
CFML tags (except CFELSE and CFELSEIF) can accept an optional end tag, as follows:
Shorthand — You can use shorthand notation to include the end tag with the 
base tag. For example:
<CFABORT/>
Explicit specification — You can specify an end tag explicitly. However, there 
can be no white space between the start and end tags. For example:
<CFABORT></CFABORT>
<!--- The following will produce a validation error 
<CFABORT>
</CFABORT> --->
You do not typically code optional end tags.
Developer Resources
Allaire Corporation is committed to setting the standard for customer support in 
developer education, technical support, and professional services. Our Web site is 
designed to give you quick access to the entire range of online resources.
Allaire Developer Services
Resource
Description
Allaire Web site
www.allaire.com
General information about Allaire products and 
services.
Technical Support
www.allaire.com/support
Allaire offers a wide range of professional support 
programs. This page explains all of the available 
options.
Training and Consulting
www.allaire.com/services
Information about training classes, online 
courses, and consulting services offered by 
Allaire.
Developer Community
www.allaire.com/developer
All of the resources you need to stay on the 
cutting edge of ColdFusion development, 
including online discussion groups, Knowledge 
Base, Component Exchange, Resource Library, 
technical papers and more.
Allaire Partners
www.allaire.com/partners
The Allaire Alliance is a network of solution 
providers, application developers, resellers, and 
hosting services creating solutions with 
ColdFusion.