How can you specify the language of the linked resource?
<a href="https://example.com" hreflang="en">Visit Example</a>
The above code is correct
Use <a href="https://example.com" lang="en">Visit Example</a>
<a href="https://example.com" lang="en">Visit Example</a>
Use <a href="https://example.com" language="en">Visit Example</a>
<a href="https://example.com" language="en">Visit Example</a>
Use <a href="https://example.com" xml:lang="en">Visit Example</a>
<a href="https://example.com" xml:lang="en">Visit Example</a>