summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-rdfa/0073-isvalid.html
blob: f614cafbca02ea1a92b4254a16a9e9fada1c9846 (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 0073</title>
   </head>
   <body>
      <p>
        This article was written by
      	<span rel="dc:creator" resource="jane">Jane</span>.
      </p>
   </body>
</html>