The pits encountered using textarea

I recently encountered a pit. When using <textarea>, I found that there are spaces in the initial situation. After searching the information, I learned that <textarea> </ textarea> needs to be written to a text that cannot appear <textarea> </ textarea> or

<textarea>   

</textarea>

Otherwise, there will be a space with this label.

Published 7 original articles · won 5 · visited 4120

Guess you like

Origin blog.csdn.net/blue_heart_/article/details/97756531