Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<body>
<p id="demo">This is an example paragraph.</p>
<button type="button" onclick="myFunction()">Transform text</button>
<script>
function myFunction() {
  document.getElementById("demo").style.textTransform = "capitalize";
}
</script>
</body>
<!-- Mirrored from www.w3schools.com/jsref/tryit.asp?filename=tryjsref_style_texttransform by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 05 Sep 2022 15:19:37 GMT -->
</html>