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