Capitalize in JS

Convert text to all capital letters

CodeFunctionName
What is this?

Public

Tested

Imported
<script type="text/javascript" >
function Capitalize() {
    document.getElementById("p1").style.textTransform="uppercase";
}

</script >

Views 1,109

Downloads 402

CodeID
DB ID

ANmarAmdeen
608
Attachments
Revisions

v2.0

Sunday
February
16
2020