Saved Bookmarks
| 1. |
6. How many ways are there to align the text? Explain with examples. |
|
Answer» Answer: example: left { text-align: left; } .right { text-align: right; } and ETC... This setting determines how the text is displayed horizontally on the PAGE. The four PRIMARY types of text ALIGNMENT include left aligned, right aligned, CENTERED, and justified.1 |
|