Added styling (#20558)

right and left were on the same line
This commit is contained in:
joruchan
2018-10-31 05:19:46 +01:00
committed by Tom
parent c0679a321c
commit 6e198a9a9b

View File

@ -6,11 +6,11 @@ title: Img Align Attribute
The align attribute of an image specifies where the image should be aligned according to the surrounding element. The align attribute of an image specifies where the image should be aligned according to the surrounding element.
Attribute Values: Attribute Values:
right - Align image to the right - **right** - Align image to the right
left - Align image to the left - **left** - Align image to the left
top - Align image to the top - **top** - Align image to the top
bottom - Align image to the bottom - **bottom** - Align image to the bottom
middle - Align image to the middle - **middle** - Align image to the middle
For example: For example:
```html ```html