File: microdata.object.html

package info (click to toggle)
extruct 0.18.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,048 kB
  • sloc: python: 2,106; makefile: 10
file content (13 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML>
<html>
 <head>
  <title>object element example</title>
 </head>
 <body>

  <div itemscope="" itemtype="http://schema.org/Thing">
    <object itemprop="object" data="foo"></object>
  </div>

 </body>
</html>