Image Html code when image hosted on another page or server :
<img src="Image link goes here " alt="SEO ALT TEXT " style="float:right; width:auto;height:35px;margin-right:20px;img-align: center; margin-top: 5px;margin-bottom:5px;" />
Linked Image Html code when image hosted on another page or server :
<a href="Target Webpage Link goes here "><img src="Image Link goes here" alt="SEO ALT TEXT" style=" float:right; width:auto; height:35px; margin-right:30px; margin-top: 5px; margin-bottom: 5px;" /></a>
Add Banner Hover Effect With changing another image :
<a href="Target Link Goes Here "><img alt="SEO ALT TEXT" onmouseout="this.src=' Before Hover Image Link Goes Here ' " onmouseover="this.src='After Hover Image Goes Here ' " src="Before Hover Image Goes Here " style="float: right; height: 140px; width: auto;" /></a>