1 <h1>Block level html</h1>
2
3 <p>Some inline <b>stuff<b>.<br />
4 </p>
5 <p>Now some <arbitrary>arbitrary tags</arbitrary>.</p>
6 <div>More block level html.</div>
7
8 <p>And of course <script>blah</script>.</p>
9 <p><a href="script>stuff</script">this <script>link</a></p>