Explanation :
<pre>formatted text
The <textarea> tag is used for multi-line text input.
We can control width and height of textarea by using rows and cols attribute
textarea element is often used in a form, to collect multiline user input.
The <strong>pre tag </strong> in HTML stands for preformatted text. It displays text exactly as it was written in the HTML code.