You can use the CSS positioning methods in combination with the margin property to position or place the text over an image (i.e. the <img> element), in order to have text on the left or right of the image you can style your img as style=”float:left”; or style=”float:right“; If the text is too close to the image you can play with padding: 10px; or less.
HTML + CSS Source Code…
This source code Output:-