12 lines
267 B
HTML
12 lines
267 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title>Test 0312</title>
|
|
</head>
|
|
<body>
|
|
<p vocab="http://schema.org/" typeof="Person">
|
|
The homepage of <a href="http://example.org/" property="homepage" rel="nofollow">Some Body</a>.
|
|
</p>
|
|
</body>
|
|
</html>
|