http://validator.w3.org/check?uri=http://faqomatic.sourceforge.net
The first problem it shows is no character encoding. If
you manually select utf-8, other problems include a
bunch of unquoted attributes (all attributes must be
quoted), unescaped & characters in hrefs (these should
be &amp;), and a duplicated </a> tag on lines 10-11.