The HTML link hreflang Attribute is used to specify the language for a linked document. It is used only when the href attribute is set.
Syntax:
<link hreflang="langauge_code">
Attribute Values: It contains the value i.e languagecode which specify the language code for the linked document.
Example: This example illustrates the use of hreflang attribute in Link Element.
html
<!DOCTYPE html>
< html >
< head >
< link id="linkid"
rel="stylesheet"
type="text/css"
href="styles.css"
sizes="16*16"
hreflang="en-us">
</ head >
< body style="text-align:center;">
< h1 >GeeksForGeeks</ h1 >
< h2 >
HTML Link hreflang Attribute
</ h2 >
</ body >
</ html >
|
Output:
Supported Browsers: The browsers supported by HTML link hreflang Attribute are listed below:
- Google Chrome 1 and above
- Edge 12 and above
- Internet Explorer 6 and above
- Firefox 1 and above
- Apple Safari 4 and above
- Opera 12.1 and above
Whether you're preparing for your first job interview or aiming to upskill in this ever-evolving tech landscape,
GeeksforGeeks Courses are your key to success. We provide top-quality content at affordable prices, all geared towards accelerating your growth in a time-bound manner. Join the millions we've already empowered, and we're here to do the same for you. Don't miss out -
check it out now!
Last Updated :
06 Jun, 2022
Like Article
Save Article