How to Capitalize All Letters in CSS
css
Controlling letter case in web text is commonly handled with the CSS text-transform property, which lets you capitalize all letters without changing the underlying HTML content....
Open article