1 2 3 4
<!DOCTYPE html> <html> <body onload="x.style.textTransform = 'capitalize';"><div id="x">b</div></body> </html>