I have changed the dokuwiki.php file to allow HTML code:
$conf['htmlok'] = 1;
Read the syntax page again: You can embed raw HTML code into your documents by using the html tags. So to embed HTML you need to enclose the HTML with <html></html>.
However, remember that the <html> is case sensitive; <HTML> will just display the HTML text source code.