Good morning. I want to code html in textarea name body. thanks you. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Good morning. I want to code html in textarea name body. thanks you.

write html in textarea name body type text https://code.sololearn.com/WG7j8nCLAugp/?ref=app

9th Jul 2022, 9:46 PM
Malick Diagne
Malick Diagne - avatar
2 Answers
+ 2
Hi Malick Diagne The <textarea> tag defines a multi-line text input control. The <textarea> is used to collect data from the user. You may use the placeholder attribute to display a short hint in the text area before the user enters a value. Example: <textarea placeholder="A brief description for..."></textarea>
10th Jul 2022, 12:39 AM
Chris Coder
Chris Coder - avatar
0
If I remember correctly you can also add rows="" and cols="" as attributes to adjust the textbox's size via character spaces.
10th Jul 2022, 6:26 AM
ρү૨œdԌ૨ ×
ρү૨œdԌ૨ × - avatar