align attribute

This deprecated HTML attribute indicates how an element can be aligned, either horizontally (left, center or right) or vertically for elements like images (top, middle, bottom).

Estimated Support About

92.68% + 7.32% = 100.0%

Notes

  • 1

    Partial. <img> elements are wrapped in a <span> so left and right values have no effect.

  • 2

    Partial. Not supported on <img> elements.

  • 3

    Partial. left and right do not work on <table> elements. Use float:left or float:right styles instead.

Resources

Sponsor

Resend

Sponsored by Resend. Email for developers. The best way to reach humans instead of spam folders. Deliver transactional and marketing emails at scale.

Know something we don't?

Is any of the above data outdated? Or do you want to add a new email client to the list? Heads on to GitHub and edit the data file!

Not comfortable with GitHub? Send us an email.

Test it yourself

This feature was last tested on November 10, 2021.

If you want to test this feature in the same conditions as we did, you can get our test code and run a test by yourself. Make sure to follow our testing recommendations first.