Can someone tell me the difference between the two codes below:
They are both links to an image for a website page. I am using sample2 on my site, which one is the better? They are the same apart from things like; self,alt,blank.
I copied the code from this website in sample2
sample1
<a href="
http://homepage.ntlworld.com/*****/" target="_blank"><img
alt="****derra Memories" border="0"
src="
http://homepage.ntlworld.com/***/ur...derrabanner.jpg"
width="723" height="91"></a>
sample2
<a href=
http://homepage.ntlworld.com/***target="_self""><img src="
http://homepage.ntlworld.com/****/u...derrabanner.jpg"
alt="Return to Website" border="0"
width="723" height="91" /></a>
The links don't work. I made them so.
samples only.