Download Developing Web Applications with ColdFusion

Transcript
Chapter 3: Understanding Development
39
"The product name is ColdFusion." appears below ColdFusion in the browser.
7.
View the source code in the browser.
ColdFusion Server processes the CFSET and CFOUTPUT tags and returns HTML
to the browser.
You have created a ColdFusion application page that includes HTML and CFML and
have followed the ColdFusion development process. Move on in this chapter to learn
about other development considerations.