<!DOCTYPE html>
-<html>
-<head>
 <meta charset="UTF-8">
 <style type="text/css">
 h1 { font-size: 2em; }
 header p { margin: 0; }
 </style>
 <title>Yet another blog – foo</title>
-</head>
-<body>
 <a href="index.html">Yet another blog</a>
 <article>
 <header>
 <p>bar</p>
 <h3 id="bar-1">bar</h3>
 <p>bar</p>
-</article>
-</body>
-</html>
\ No newline at end of file
+</article>
\ No newline at end of file
 
 <?xml version="1.0" encoding="utf-8"?>
 <feed xmlns="http://www.w3.org/2005/Atom">
-<link href="http://example.org/" />
+<link href="http://example.org/" rel="alternate" type="text/html" />
 <link href="http://example.org/feed.xml" rel="self" />
 <title type="html">Yet another blog</title>
 <author><name>Joe Sixpack</name></author>
 <id>urn:uuid:IGNORE</id>
 <updated>IGNORE</updated>
 <published>IGNORE</published>
-<link href="http://example.org/test.html" />
+<link href="http://example.org/test.html" rel="alternate" type="text/html" />
 <content type="html">
 <p>foo</p>
 <h2 id="bar">bar</h2>
 <id>urn:uuid:IGNORE</id>
 <updated>IGNORE</updated>
 <published>IGNORE</published>
-<link href="http://example.org/bar%20baz.html" />
+<link href="http://example.org/bar%20baz.html" rel="alternate" type="text/html" />
 <content type="html">
 <h2 id="bar">bar</h2>
 <p>bar</p>
 <id>urn:uuid:IGNORE</id>
 <updated>IGNORE</updated>
 <published>IGNORE</published>
-<link href="http://example.org/foo.html" />
+<link href="http://example.org/foo.html" rel="alternate" type="text/html" />
 <content type="html">
 <p>this text contains some special characters: /;%'&quot;&gt;&lt;&amp;äöüß</p>
 <h2 id="some-sub-heading">some sub-heading</h2>
 
 <!DOCTYPE html>
-<html>
-<head>
 <meta charset="UTF-8">
 <style type="text/css">
 h1 { font-size: 2em; }
 header p { margin: 0; }
 </style>
 <title>Yet another blog – a title with some nasty characters: &<>"' %BODY%</title>
-</head>
-<body>
 <a href="index.html">Yet another blog</a>
 <article>
 <header>
 <p>and more than one paragraph</p>
 <h2 id="another-sub-heading">another sub-heading</h2>
 <p>note that should be ignored but \ should give a backlash</p>
-</article>
-</body>
-</html>
\ No newline at end of file
+</article>
\ No newline at end of file
 
 <!DOCTYPE html>
-<html>
-<head>
 <meta charset="UTF-8">
 <style type="text/css">
 h1 { font-size: 2em; }
 </style>
 <link rel="alternate" type="application/rss+xml" title="atom feed" href="feed.xml" />
 <title>Yet another blog</title>
-</head>
-<body>
 <h1>Yet another blog</h1>
 <p><a href="feed.xml">feed</a></p>
 <ul>
 <li><a href="foo.html">a title with some nasty characters: &<>"' %BODY%</a> (<time>IGNORE</time>)</li>
 <li><a href="bar%20baz.html">foo</a> (<time>IGNORE</time>)</li>
 <li><a href="test.html">foo <em>bar</em> <strong>baz</strong></a> (<time>IGNORE</time>)</li>
-</ul>
-</body>
-</html>
\ No newline at end of file
+</ul>
\ No newline at end of file
 
 <!DOCTYPE html>
-<html>
-<head>
 <meta charset="UTF-8">
 <style type="text/css">
 h1 { font-size: 2em; }
 header p { margin: 0; }
 </style>
 <title>Yet another blog – foo bar baz</title>
-</head>
-<body>
 <a href="index.html">Yet another blog</a>
 <article>
 <header>
 <p>foo</p>
 <h2 id="bar">bar</h2>
 <p>baz</p>
-</article>
-</body>
-</html>
\ No newline at end of file
+</article>
\ No newline at end of file