I am developing a website and for the main navigation, I was thinking it would be a good idea to include the title attribute.
<a href='/results/' title='Results'>Results</a>
Is this a good thing to do? Also, is it good for SEO and accessibility?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is a great thing to do. For accessibility, for SEO, for standards, for good netiquette.
You may want to make them slightly more descriptive though: title=’Results of your Search’ or ‘Results of Test #2’