html write text box code example
Example: 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>
<label for="textarea">WRITE COMMENTS HERE : </label><br><br>
<textarea id="textarea" cols="30" rows="10" placeholder="write here..."></textarea>