Aligning Images

We can easily align images by adding URL fragments. Such as #center, #floatleft and #floatright represents align center, float left and float right respectively.

Center

Adding the #center fragment for aligning images to the center.

For example: ![Center](/images/center.png#center).

Center

Float Left

Float Left

Adding the #floatleft fragment for floating images to the left.

For example: ![Float Left](/images/left.png#floatleft).

Float Right

Float Right

Similarly, we can also float images to the right by adding the #floatright fragment.

For example: ![Float Right](/images/right.png#floatright).