References

Collection of references for web development.

HTML itemprop attribute

Description

Specifies the property for an item.

Values

Value
string

Example

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