CHALLENGE 6.3.1: Event-driven programming. ACTIVITY 411320 2016028.qx3zay7 Start Register the textSize event handler to
Posted: Tue Jul 05, 2022 10:19 am
CHALLENGE 6.3.1: Event-driven programming. ACTIVITY 411320 2016028.qx3zay7 Start Register the textSize event handler to handle focus changes for the textarea tag. Note: The function counts the number of characters in the textarea. HTML JavaScript 1 klabel for="studentName">Student name:</label> 2 <textarea id="studentName" cols="40" rows="3"></textarea><br> 3 <p id="stringLength">0</p> 4 0-0-0-