In HTML5 some attributes are no longer supported eg: name attr for <a> is no longer supported.
What happens when in a tag like <a> exists a non supported attr?
<a id="me" name="you">
Will it just be ignored like is not there or it can cause problems later on and how?
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.