hi I want to display the below text file as it is in my web page. It shouldn't be inside textbox and iframe. text file: <!DOCTYPE html> <html> <head> <script type="text/javascript">alert('hello');</script> </head> <body load="call()"> <h1>My First Heading</h1><pre lang="HTML"> <p>My first paragraph.</p> </body> </html>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)