How to create text area in blog posts ?

get your site online with web hosting plansMany a times there arises a need to display some code in your blog posts but when you post the code directly it shows in the resultant output so to avoid these problem you need a text area inside your blog posts. This code helps to create a window in which you can enter the text.This is also useful if you want to share your blog link with others so they can easily copy your link and paste in their blogs
Change the Rows “ 5 ” – To increase or decrease the number of rows
Change the Columns “ 50 ” – To increase or decrease the width
Enter your content  in the place of the “ YOUR CONTENT HERE ”
Copy and Paste the below code in your blog or webpage
<textarea rows="5" cols="50"> YOUR CONTENT HERE </textarea>

No comments: