15 lines
312 B
HTML
15 lines
312 B
HTML
<!DOCTYPE html>
|
|
<html prefix="ex: http://example.org/">
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title>Test 0112</title>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
<span about="http://example.org/node" property="ex:property"
|
|
datatype="">not an XML Literal,
|
|
whitespace preserved
|
|
</span>
|
|
</p>
|
|
</body>
|
|
</html>
|