I've been trying different CSS properties like 'vertical-align' but I'm still unable to align the image at the center of the paragraph
HTML:
<p><img id="imgPhone" src="phone.png">00244 913 513 199</p>
CSS:
img {
float:left;
width:50px;
height:50px;
}