Why is this link code incorrect?
<a href="https://www.example.com" tit"le="Link title">Example</a>
title attribute should be removed
title
Misspelled title with extra quotes
href attribute should be removed
href
Example should be in single quotes
Example