Should i repeat person name in alt text of <img> if name is already in source under image?

Posted by metal-gear-solid on Stack Overflow See other posts from Stack Overflow or by metal-gear-solid
Published on 2010-01-27T05:07:36Z Indexed on 2010/05/22 9:20 UTC
Read the original article Hit count: 551

if I'm already having person name under/over image then should i use same name in ALT text?

alt text

<p><img width="125" height="157" alt="George Washington" 
src="media/gw.jpg"><span>George Washington</span><p>


<p><span>George Washington</span>
<img width="125" height="157" alt="George Washington" src="media/gw.jpg"><p>

Should i repeat <span> in alt in both condition ? image has no link.

© Stack Overflow or respective owner

Related posts about html

Related posts about XHTML