I have this text box to be validated, should I enter the amount of remaining characters and display these remaining characters in the span, could they help me?
<div class="novaLinha">
<div>
<label for="txtVoce">Faleme sobre você:</label>
</div>
<div>
<textarea id="txtVoce" name="txtVoce" cols="40" rows="10"></textarea>
<p><span id="carResTxtVoce" style="font-weight: bold;">400</span> caracteres restantes</p>
<p class="aviso" id="avisoTxtVoce" style="display:none;">Este campo não pode ficar vazio!</p>
</div>
</div>