--- title: Img Align Attribute localeTitle: Img对齐属性 --- ## Img对齐属性 图像的align属性指定图像应根据周围元素对齐的位置。 属性值: 右 - 将图像右对齐 left - 将图像对齐到左侧 顶部 - 将图像对齐到顶部 bottom - 将图像对齐到底部 中 - 将图像对齐到中间 例如: ```html
This is an example. More text right here
```
如果我们想要,我们也可以正确对齐:
```html
This is another example