My goal is to import / open anything from an HTML file to a \[code\]<textarea>\[/code\] that is visible to the user on the web page and formated as HTML.I have the following code\[code\]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title><!-- Insert your title here --></title></head><body><!-- start import --><textarea><html><head> <title><!-- Insert your title here --></title></head><body>imported HTML code, imported HTML code, imported HTML code, imported HTML code, imported HTML code, imported HTML code, imported HTML code, imported HTML code, imported HTML code, </body></html></textarea><!-- End import --></body></html>\[/code\]How do I import / upload a HTML file to a \[code\]<textarea>\[/code\]?How do I format code in \[code\]<textarea>\[/code\] with colors, indent like as Notepad + +, Komodo etc formatting code.