Is there a way to clear the content of my textarea on click?
Below is the code snippet:
<textarea name="adventage" style="width:400px; border-radius: 3px; border-left: 4px solid #6C3" id="adventage" cols="45" rows="5">Share with everyone what are the advantages of this vehicle. </textarea>
The goal is to have the textarea cleared for entering new text when clicked.