How To Create Text Area
If you are still confused what is the text area, I can give the following examples:
I have a picture, such as this.
The images have the code:
<a href="https://blogger-sampah.blogspot.com/" target="_blank"><img src="http://i39.tinypic.com/2a8qioz.jpg" /></a>
To keep your blog visitors can copy the image code you have, you can put it in the text area, for the example like this:
How to create a text area, the code is like this:
<textarea cols="20" rows="4" name="textarea"><a href="https://blogger-sampah.blogspot.com/" target="_blank"><img src="http://i39.tinypic.com/2a8qioz.jpg" /></a></textarea>
You can change value for 'cols' and 'rows'. Change red text with your text or code that will appear at your text area.