
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
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. |
Advertisements