This function will write a <img></img> element
Example Code
$attribs = array('class' => 'main'); echo mosHTML::link('images/stories/articles.jpg', 'Articles', $attribs);
url : string : the url to your image
alt : string : alternative image text
attribs : array : the attributes that you wish to apply to your image