<!DOCTYPE html> <html> <body> <textarea id="t"></textarea> <script> document.getElementById("t"). appendChild(document.createTextNode("abcdefgh")); </script> </body> </html>