0
what is the use of align="left" or "right"
9 Answers
+ 6
It kind of aligns an HTML element to the left or to the right :)
+ 2
It's kind of deprecated attribute ^^
+ 1
It modifies the tag and tell it where on the page it should go. For example <p align="left"> would give the tag a value that sends it to the left of the webpage. Hope this helps.
+ 1
nishal bro, this "align" attribute is used to move your content to left, right and center in the web page.