📜  哪个属性用于在 HTML 中声明网页的语言?

📅  最后修改于: 2022-05-13 01:56:52.595000             🧑  作者: Mango

哪个属性用于在 HTML 中声明网页的语言?

HTML lang 属性用于声明使用它的元素内容的语言。语言的一些示例是en表示英语, es表示西班牙语等。此属性包含单个值,它是用于指定显示内容的语言的 language_code。

句法:

以下示例说明了lang 属性声明:

示例 1:在此示例中,我们将使用 'en' 表示英语。

HTML


  

    

  

    

GeeksforGeeks

    

        Which attribute is used to declare         the language of the web page in HTML?     

       

        A computer science portal for geeks     

  


HTML


  

    

  

    

GeeksforGeeks

    

        Which attribute is used to declare         the language of the web page in HTML?     

       

        Un portail informatique pour les geeks     

  


输出:

示例 2:在此示例中,我们将使用“fr”表示法语。

HTML



  

    

  

    

GeeksforGeeks

    

        Which attribute is used to declare         the language of the web page in HTML?     

       

        Un portail informatique pour les geeks     

  

输出: