css text property
Text properties in css
1] This css property allows us to change the case of the text.
2] used to control the text capitalization.
3] css property can be used to make the appearance of next
all-lowercase and ,all uppercase can first character each word uppercase.
Text properties
1] text-transform : uppercase;
2] text-transform : lowercase;
3] text-transform : capitalize;
1) text-transform : uppercase;
Transforms all characters to uppercase.
Example :-
Output :-
2) Text-transform : lowercase;
Transforms all characters to lowercase.
Example:-
3) Text-transform : capitalize;
Transforms to the first character of each the word to uppercase and
transforms all other characters to lowercase.
Example :-
Output :-
Related Post :-




Comments
Post a Comment