0
what is align
I don't knowin
5 Answers
+ 1
align is an attribute used to align the content of the element. For example:
<p align="right">some text</p>
this aligns the text in the paragraph to the right.
+ 1
While the other answers are correct, "align" is not proper in HTML5. Code that effects placement of elements should be CSS as a standard.
+ 1
align is an attribute used to display a paragraph
1) at the left or
2)at the right or
3)centre or
4)anywhere as mentioned
0
for driver
- 1
align is use to change the position