<textarea class="txtarea" style="height:30px;" rows="3" name="Text" Id="Text" value=""> </textarea>
What you have is a space between <textarea> and </textarea> tags.
<textarea class="txtarea" style="height:30px;" rows="3" name="Text" Id="Text" value=""> </textarea>
What you have is a space between <textarea> and </textarea> tags.