Example A:
<div id="content-box">
<div class="content-box-inner">
Title
<br/>
<a href="www.google.com"><div class="cb-item"><img src="http://www.hellothere.com/images/image.jpg"/> Hello There</div></a>
</div>
</div>
Example B:
<div id="content-box">
<div class="content-box-inner">
Title
<br/>
<a href="www.google.com"><div class="cb-item"><img src="/images/image.jpg"/> Hello There</div></a>
</div>
</div>
Is either way specifically better? Does using only /images make the page load faster? is having the entire link better for SEO?
Thank you in advance!