O atributo HTML hreflang é usado para especificar o idioma de um documento vinculado. É usado apenas quando o atributo href é definido.

Sintaxe:

<a hreflang="language_code">

Valores de atributo:

  • language_code: especifica o código do idioma do Documento Vinculado.

Exemplo:

<!DOCTYPE html>
<html>
  
<head>
    <title>
        HTML hreflang Attribute
    </title>
</head>
  
<body>
    <center>
        <h1> 
        GeeksForGeeks 
    </h1>
  
        <h2> 
        HTML <a> hreflang Attribute 
    </h2>
  
        <p>Welcome to
            <a href="http://www.example.com:4097/test.htm#part2" 
               id="GFG" 
               rel="nofollow" 
               hreflang="en-us" 
               target="_self"> 
                GeeksforGeeks 
            </a>
        </p>
    </center>
</body>
  
</html>

Saída:

Navegadores compatíveis: os navegadores compatíveis com o atributo HTML <a> hreflang estão listados abaixo:

  • Google Chrome
  • Internet Explorer
  • Raposa de fogo
  • Apple Safari
  • Ópera