References

Collection of references for web development.

HTML itemscope attribute

Description

Specifies whether an element should be a new item or not.

Values

Value
boolean

Example

<div itemscope itemtype="https://schema.org/Person">
	<a href="daviddeacon.html" itemprop="url">David Deacon</a>
</div>