14 lines
356 B
HTML
14 lines
356 B
HTML
<!DOCTYPE html>
|
|
<html prefix="dc: http://purl.org/dc/elements/1.1/">
|
|
<head>
|
|
<base href="http://www.example.org/">
|
|
<meta charset=utf-8>
|
|
<title>Test 0072</title>
|
|
</head>
|
|
<body>
|
|
<p about="faq">
|
|
Learn more by reading the example.org
|
|
<span property="dc:title">Example FAQ</span>.
|
|
</p>
|
|
</body>
|
|
</html>
|