Important Notice:

Course Content
Float Property
0/1
Z-Index
0/1
CSS object-fit Property
0/1
CSS Visibility Property
0/1
CSS (Chapter 4) M2-R5.1
About Lesson
text-align:-

         Text-align Property का उपयोग किसी Text का Web Page मे Alignment Set करने के लिए किया जाता है

इसमे चार प्रकार की possible value हो सकती है।

  1. left – text को left मे align करता है।
  2. right – text को right मे align करता है।
  3. center – text को center मे align करता है।
  4. 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.

  1. Left – Aligns the text to the left.
  2. Right – Aligns the text to the right.
  3. center – Aligns the text to the center.
  4. justify – Justifies the text. In this, each line is extended so that each line has the same width.
error: Content is protected !!