About Lesson
text-align:-
Text-align Property का उपयोग किसी Text का Web Page मे Alignment Set करने के लिए किया जाता है
इसमे चार प्रकार की possible value हो सकती है।
- left – text को left मे align करता है।
- right – text को right मे align करता है।
- center – text को center मे align करता है।
- justify – text को justify करता है। इसमे प्रत्येक line को बढ़ाया जाता है ताकि हर line मे समान width हो।
text-align:-
Text-align property is used to set the alignment of any text in a web page. There can be four types of possible values in this.
- Left – Aligns the text to the left.
- Right – Aligns the text to the right.
- center – Aligns the text to the center.
- justify – Justifies the text. In this, each line is extended so that each line has the same width.