📌  相关文章
📜  如何在 HTML5 中设置链接文档中的文本语言?

📅  最后修改于: 2021-10-29 06:09:02             🧑  作者: Mango

本文的方法是在HTML5中使用HTML Tag中的hreflang属性来指定链接文档中文本的语言。这里传递的值(或languageCode)就是链接文档的代码。 (例如,如果给定链接中的文档/网站是英文的,则作为值传递)。

句法

 

示例 1:下面的代码说明了链接元素中 hreflang 属性的使用。

HTML


  

    

  

    

GeeksForGeeks

       

        How to specify the language of the          text in the linked document in HTML5?     

  


HTML


  

    

  

    

GeeksForGeeks

       

        How to specify the language of the         text in the linked document in HTML5?     

  


输出:上面用英语编写的链接文档。

示例 2:

HTML



  

    

  

    

GeeksForGeeks

       

        How to specify the language of the         text in the linked document in HTML5?     

  

输出:上面用西班牙语编写的链接文档。