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: .
Float Left
Adding the #floatleft fragment for floating images to the left.
For example: .
Float Right
Similarly, we can also float images to the right by adding the #floatright fragment.
For example: .