This is regular text that has not been transformed.

this is text that is capitalized using the tranform capitalize value. There are no capital (uppercase) letters in the markup.

this is text styled with the transform uppercase value. There are no uppercase letters in the markup.

THIS IS TEXT THAT IS WRITTEN IN UPPERCASE BUT THE LOWERCASE VALUE TRANSFORMS IT INTO LOWER CASE TEXT.

A code example from Stylin’ with CSS, Third Edition by Charles Wyke-Smith. Visit stylinwithcss.com for more CSS information and updates.