summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-rdfa/0230-novalid.html
blob: c2c1203f23588c838ee440188166e629d6be3361 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
  <meta charset=utf-8>
  <title>Test 0230</title>
</head>
<body>
  <div>
    <img
      src="http://example.org/example.png"  
      rel="license"
      href="http://creativecommons.org/licenses/by-nc-sa/2.0/"
      alt="example image">
  </div>
</body>
</html>