I have a image ‘m1’ and a text ‘Sample text’. i need to display the image and text as,
m1 Sample text. This text should be displayed in such a way that it is in center axis to the image. There should be spacing between image and text. how can i get this using HTML?
Specify
vertical-align: middlein the image’s CSS.