Quote:
Originally Posted by Sholly
hi
is
target="_self" or target="blank"
the same as
alt=""
or
title=""
----------------------------------
if not what is
target="_self"
target="blank"
|
JesseQuinn is correct about the target attribute.
As for the title attribute, that contains the text that will be displayed when a user hovers over the element - useful if you want to describe what a particular button or link does.
The alt attribute contains the text that will be displayed while an element loads or in the event that an element does not load. You should use alt tags on images so that users know what a particular image is for as it loads (and in the event that it doesn't).
HTH