summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-rdfa/0230-novalid.html
blob: 8e19185af6964c97a2afbb9faae955b497cba1c7 (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>