HTML CSS examples for HTML Tag:a
The hreflang attribute sets the language of the linked document.
Value | Description |
---|---|
language_code | A two-letter language code that specifies the language of the linked document. |
The hreflang attribute specifies the language of the document in the link:
<!DOCTYPE html> <html> <body> <p><a hreflang="en" href="http://java2s.com">site</a></p> </body><!--from w w w.j a v a 2 s.com--> </html>