The font size is 28px. How do i change the font size to 12px onfocus?

i tried below but it isn't working.

<textarea name='content' style='font-size:28px;' id='content' onfocus='font-size:12px;'>test</textarea>
<textarea name='content' style='font-size:28px;' id='content' onfocus='this.style.fontSize="12px";' onblur='this.style.fontSize="28px"'>test</textarea>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.