mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-22 07:28:03 +02:00
19 lines
645 B
HTML
19 lines
645 B
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:example="http://www.example.org/">
|
|
<head profile="http://www.w3.org/1999/xhtml/vocab">
|
|
<title>Test 0104</title>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
The word "interfenestration" has
|
|
<span about="#interfenestration" rel="example:size">
|
|
<span property="rdf:value">17</span>
|
|
<span property="example:unit">character</span>s.
|
|
</span>
|
|
</p>
|
|
</body>
|
|
</html>
|