Here's a fun scrap of CSS to see where Schema .org microdata is on a web page
```
[itemprop]::after {
content: "🗂️";
}
[itemprop] {
outline: 1px dashed pink;
}
```
Highlights any elements and displays a cute emoji after them.
#Schema #Microdata #HTML #CSS #WebDev #SemanticWeb