As this image ?
That is not possible in HTML/CSS.
Absolute positioning allows placement like that, but you should ensure other content not clashing with it - no text flowing around.
Float mechanism gives you flowing around, but only allows placing float on the horizontal level of its "anchor" - no positioning but left/right..