summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-rdfa/0119-isvalid.html
blob: 187a42ea18960c6b19264f09b10c7d1afab577fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html prefix="dc: http://purl.org/dc/elements/1.1/ example: http://example.org/">
   <head>
      <meta charset=utf-8>
      <title>Test 0119</title>
   </head>
   <body>
      <div>
         <p about="[example:]">
            The
            <span property="dc:title">Example Website</span>
            is used in many W3C tutorials.
         </p>
      </div>
   </body>

</html>