Generally, one of the annoying features of the popular blogging platform Wordpress, is its automatic correction and presumed way of editing the HTML code you insert in creating your posts. For instance if you place a <br> tag in your HTML code, Wordpress will then try to replace it with the <p> tag. Worse is that it sometimes add the closing tag, </p>, in the end of already closed tags with no substantial reasons when in fact you have already written the code correctly.