InterviewSolution
Saved Bookmarks
| 1. |
What is text align property in CSS? |
|
Answer» The text-align property SPECIFIES the HORIZONTAL ALIGNMENT of text in an element. By default, text on your website is aligned to the left. However, at times you may require a different alignment. Text-align property VALUES are as follows: left, right, center, and justify. |
|