📜  HTML itemtype 属性

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

HTML itemtype 属性

itemtype属性指定 URL,但 URL 不与任何资源连接,而是被浏览器用作标识符。 itemtype 属性只能在那些包含 itemscope 属性的元素上指定,否则将无法正确执行。 itemtype URL 中使用的项目类型必须是 schema.org 提供的规范中定义的类型。一些引用 schema.org 上的微数据的浏览器会在网页上查找特定资源,并且这些 itemtype 和 itemscope 属性最常被使用。 itemtype属性应该有一个值,其中包含一组无序的唯一标记,这些标记区分大小写,指定每个标记都包含绝对且有效的 URL。该属性的值应至少包含 1 个标记。

句法:

item name item name

注意: itemtype必须是 URL,或者您也可以使用我们在以下示例中使用的 URN(统一资源名称)。

属性值:该属性必须包含一个有效的 URL,该 URL 不包含前导空格和尾随空格。

支持的标签:

  • <跨度>

示例 1:此示例描述了 HTML 中 itemtype 属性的实现。

HTML


  

    HTML itemtype attribute

  

    

GeeksforGeeks

    

Tutorials and Courses

    
                     GeeksforGeeks is a portal for geeks.             It has tutorials on various topics.                  
          Course: Java         
          Tutorial: C++         
      
  


HTML


  

    HTML itemtype attribute

  

    

GeeksforGeeks

    

Paid Courses

    
                       GeeksforGeeks is a portal for geeks.         

              Course:                               Data Structures and Algorithms             
              Tutorial:                               Core Java                  
  


输出:

HTML itemtype 属性

示例 2:此示例通过指定描述项目属性的itemprop来描述 itemtype 属性。

HTML



  

    HTML itemtype attribute

  

    

GeeksforGeeks

    

Paid Courses

    
                       GeeksforGeeks is a portal for geeks.         

              Course:                               Data Structures and Algorithms             
              Tutorial:                               Core Java                  
  

输出:

HTML itemtype 属性

支持的浏览器:支持itemtype属性的浏览器如下:

  • 谷歌浏览器
  • 微软边缘
  • 火狐
  • 歌剧
  • IE浏览器
  • 苹果浏览器