References

Collection of references for web development.

HTML itemtype attribute

Description

Specifies the vocabulary to which the item relates to.

Values

Value
URL

Example

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