---
title: "how print any text in coldfusion?"  
description: "how print any text in coldfusion?"  
author: "Amit Singh"  
published: 2010-10-15  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/9/how-print-any-text-in-coldfusion  
category: "cold fusion"  
tags: ["cold fusion"]  
reading_time: 1 minute  

---

# how print any text in coldfusion?

<cfset var="Hello">\
<html>\
<head>\
<title>Hello World!</title>\
</head>\
<body>\
<cfoutput>#var# World!</cfoutput>\
</body>\
</html>\

## Answers

### Answer by Pushpendra Singh

<cfset var="Hello">\
<html>\
<head>\
<title>Hello World!</title>\
</head>\
<body>\
<cfoutput>#var# World!</cfoutput>\
</body>\
</html>\


---

Original Source: https://www.mindstick.com/interview/9/how-print-any-text-in-coldfusion

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
