How to display html code normally?

You have in the main editor, 2 modes:

  • visual tab
  • Text tab

I think you have published your post (or page) under “Text” mode.

What you have to do is to cut all the html code in “Text” mode tab. Then you have to set the editor in “Visual” mode tab, and to paste your code.

Your code will be displayed like you want to.

Best, now what you can do (in “Text” editor mode), is to use the html <code> tag before and a html </code> tag after…

Regards