CSS Property:

text-transform

Result:

Example of the CSS text-transform property

CSS Code:

#myDiv {
                
position:relative;
background-color:pink;
width:150px;
}
Click the property values above to see the result
W3Docs.com-Play it
Do you find this helpful?