Explain Text-align and Text-Transform properties.
Answers
Answer:
The text-align property is used to specify the horizontal alignment of inline-level content such as text and images. ... For example, the width of a line of text can be adjusted by varying the word spacing.
Definition and Usage The text-align property specifies the horizontal alignment of text in an element. Default value: left if direction is ltr, and right if direction is rtl.
Default value: left if direction is ltr, and right if direction is rtl
JavaScript syntax: object.style.textAlign="right" Try it
The text-transform CSS property specifies how to capitalize an element's text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized. It also can help improve legibility for ruby.
Definition and Usage. The text-transform property controls the capitalization of text. Default value: none. Inherited: yes. Version: CSS1
Explanation:
hope it helps...
mark as brainliest