Mastering Text Properties in Web Design
1. Text Capitalization with text - transform
The text - transform property is used to manipulate the capitalization of text. It has three main values:
- capitalize : Capitalizes the first letter of each word.
- uppercase : Converts the whole text to uppercase.
- lowercase : Converts the whole text to lowercase.
Here is an example:
<!-- HTML snippet -->
<div class="lowerCase">LOREM IPSUM DOLOR SIT AMET</div>
<div class="upperCase">lorem ipsum dolor sit amet</div>
<div class="capitalize">lorem ipsum dolor sit amet</div>
超级会员免费看
订阅专栏 解锁全文
7068

被折叠的 条评论
为什么被折叠?



