summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-rdfa/0072-isvalid.html
blob: e72327b9542b6da0ae6e8fe76283a42664c54569 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html prefix="dc: http://purl.org/dc/elements/1.1/">
   <head>
      <base href="http://www.example.org/"/>
      <meta charset=utf-8>
      <title>Test 0072</title>
   </head>
   <body>
      <p about="faq">
         Learn more by reading the example.org
         <span property="dc:title">Example FAQ</span>.
      </p>
   </body>
</html>