summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-rdfalite/0023-isvalid.html
blob: 5859d4578811a169c7301ae4aac46a04e71b30ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html prefix="dc: http://purl.org/dc/elements/1.1/">
  <head>
	<meta charset=utf-8>
	<title>Test 0023</title>
  </head>
  <body>
    <div id="photo1">
      	This photo was taken by
        <span property="dc:creator">Mark Birbeck</span> 
    </div>
  </body>


</html>