Author: codertutor_3o6d0o

Text Transform

The CSS text-transform property can be used to format the text in a web page, the words in a text can be converted into uppercase, lowercase or capitalize. Text Transform properties are: text-transform: none; text-transform: uppercase; text-transform: lowercase; text-transform: capitalize; Text...

Text Align

The CSS text-align property can be used to format the text in a web page, the text can be aligned to the left or right, centered or justified. Text Align properties are: text-align: center; text-align: right; text-align: left; text-align: justify; Text...