1<h2>A plain header</h2> 2 3<p>Let's first have a plain header</p> 4 5<h1>An underlined header</h1> 6 7<p>(That's also useful)</p> 8 9<h1>A header with a <a href="http://www.link.com">link</a></h1> 10 11<p>First with a hash</p> 12 13<h2>Another with a <a href="http://www.link.com/">link</a></h2> 14 15<p>This time underlined</p> 16