Computer Science, asked by ananyachauhan1306, 8 days ago

6. How many ways are there to align the text? Explain with examples.​

Answers

Answered by NishuKumari83
9

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

Similar questions