the Internet Windows Android

CSS firm. We do in CSS top register



Conversion of the lowercase letters to the lower case and the first top register using CSS (8)

In CSS there is no option of the KP-offers. Other answers offering Text-Transform: Capitalize are incorrect because this parameter uses every word for each word .

Here rude way to do it if you want to the first letter of each element was in the upper case, but this is definitely anywhere next to the actual restrictions:

P (text-transform: LowerCase;) P: First-Letter (Text-Transform: UpperCase;)

This Is An Example Satence.

This is Another Example Satence. And This Is Another, But It Will Be Entirely LowerCase.

How to convert the Uppercase letter to the lower case and the first Uppercase letter for each sentence, as shown below, only with CSS?

From: This is an example of an application.

To: This is an exemplary offer.

Update: When I use Text-Transform: Capize; The result is still the same.

You can not do it solely with CSS. There is an TEXT-TRANSFORM attribute, but it only accepts None, Capitalize Uppercase, UpperCase, LowerCase and Inherit.

You may want to look at the JS solution or on the server solution.

If you can make all the characters with lower case letters on the server than you can apply:

TEXT-TRANSFORM: CAPITALIZE

I do not think that the text transformation will work with capital letters as input.

If you want to use for It will not work for or text area you need to use javascript

which should work well for or