// Using JS function uppercase(obj){ obj.value = obj.value.toUpperCase(); } // Using CSS id_name { text-transform: uppercase; }