Question for the SEO experts out there
Is there any point in using title tags combined with the anchor tag? For example which of these would be better:
PHP Code:
<a href="http://www.somesite.com">Poker</a>
OR
PHP Code:
<a href="http://www.somesite.com" title="Poker">Poker</a>
Would there be any value in mixing up the text in the title tag vs. the anchor text?