Sha256: 67a30227634a482e21744eb9d9e47feba2f91cd5fc9b3808a7bca8c331efb9ec
Contents?: true
Size: 444 Bytes
Versions: 28
Compression:
Stored size: 444 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>itemref example from Microdata spec</title> </head> <body> <div itemscope id="amanda" itemref="a b"></div> <p id="a">Name: <span itemprop="name">Amanda</span></p> <div id="b" itemprop="band" itemscope itemref="c"></div> <div id="c"> <p>Band: <span itemprop="name">Jazz Band</span></p> <p>Size: <span itemprop="size">12</span> players</p> </div> </body> </html>
Version data entries
28 entries across 28 versions & 1 rubygems