본문 영역
Align & Float
You can also use a single button click for properties like text-align and float.

Text align

Float
Float is often used to adjust layouts. The object that floats is floated, so the layout may be broken, so be careful when using it.

Default(float:none)

Image floated to the left (float:left)

Image floated to the right (float:right)
