What's wrong with the following link tag?
<a title="Link title">Example</a>
title attribute should be removed
title
Missing href attribute
href
title="Link title" should be title=Link title
title="Link title"
title=Link title
Example should be in single quotes
Example