Search notes:

HTML Attribute: itemscope

itemscope defines the scope of associated metadata.
itemscope is a boolean attribute.
An HTML element that uses itemscope must also specify either
<div itemscope
     itemtype="https://schema.org/Thing" >

     <div class="…" itemprop="name"      >…</div>
     <div class="…" itemprop="identifier">…</div>

</div>

See also

The item* properties

Index