1 2 3 4 5 6 7
<!DOCTYPE html> <html> <head> <body onload="document.getElementById('t').value = '';"> <textarea rows="10" cols="1" wrap="hard" id="t">		</textarea> </body> </html>