
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
HTML5 Microdata Attributes
Microdata introduces five global attributes that would be available for any element to use and give context for machines about your data.
Attribute | Description |
---|---|
Itemscope | This is used to create an item. The itemscope attribute is a boolean attribute that tells that there is Microdata on this page, and this is where it starts. |
Itemtype | This attribute is a valid URL which defines the item and provides the context for the properties. |
Itemid | This attribute is a global identifier for the item. |
Itemprop | This attribute defines a property of the item. |
Itemref | This attribute gives a list of additional elements to crawl to find the name-value pairs of the item. |
- Related Questions & Answers
- Microdata API in HTML5
- What is Microdata Vocabulary in HTML5?
- WebSockets Attributes in HTML5
- Creating custom attributes with HTML5
- Escaping/encoding single quotes in JSON encoded HTML5 data attributes
- Attributes and usage of <video> element in HTML5
- Attributes and usage of <audio> element in HTML5
- How to use jQuery selectors on custom data attributes using HTML5?
- Store and retrieve arrays into and from HTML5 data attributes with jQuery?
- HTML Attributes
- HTML data-* Attributes
- attributes in C++
- Explain attributes and the different types of attributes in DBMS?
- HTML DOM attributes Property
- Attributes in PHP 8
Advertisements