Answers for "how to put text in an input box in html"

0

how to add text box html

<label for="textarea">WRITE COMMENTS HERE : </label><br><br>
     <textarea id="textarea" cols="30" rows="10" placeholder="write here..."></textarea>
Posted by: Guest on November-24-2020

Code answers related to "how to put text in an input box in html"

Browse Popular Code Answers by Language