Computer Science, asked by hala8225, 1 year ago

How to set Text alignment in HTML?

Answers

Answered by Rememberful
2

We can use <font > tag to specify the text to align, where as " align " attribute is used to set alignment of the text.

Alignment can be specified as :

1. Left

2. Right

3. Center

For example,

<Font alignment=" center "> Hola!

</font>

Similar questions