在本文中,我们将探讨文本的一些短代码,例如文本的对齐、转换和选择。

文本转换#

lowercased text.
UPPERCASED TEXT.
CapiTaliZed text.

文本对齐#

Align text to the start.
Align text to the center.
Align text to the end.

文本选择#

This paragraph will be entirely selected when clicked by the user.
This paragraph will not be selectable when clicked by the user.