<!DOCTYPE HTML> <html> <head> <title>ColdFusoin CFHTMLHead</title> <script type="text/javascript"> document.write( "Where did I come from?!?" ); </script> </head> <body> <h1> ColdFusion CFHTMLHead Example </h1> <p> The CFHTMLHead tag, while seemingly powerful, can be extremely hard to debug if not docummented well. </p> </body> </html>