summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-rdfalite/0050-isvalid.html
blob: 94e28c88b6ca55ca7904488ec72b4b6674083dcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html prefix="foaf: http://xmlns.com/foaf/0.1/">
  <head>
		<meta charset=utf-8>
		<title>Test 0050</title>    
  </head>
  <body>
  	<div typeof="foaf:Person">
	    <p property="foaf:name">John Doe</p>
   	</div>
  </body>
</html>