Answers for "how to turn all caps into capitalize htm;"

CSS
1

html capitalize

<p style="text-transform: capitalize;"> All words will be capitalized </p>
Posted by: Guest on April-03-2021
0

html all caps (values gets posted in CAPS)

<input oninput="this.value = this.value.toUpperCase()" />
Posted by: Guest on December-12-2021

Browse Popular Code Answers by Language