html - Pre tag does not render correctly in blogger -


the following code html content of web page: enter image description here correctly rendered shown: enter image description here same html in blogger post shows empty page. other interesting thing is, first time enter html in html page, characters remain pasted, once page refreshed, escape characters rendered in html pane shown in next image compose pane empty. enter image description here

it looks quirk of blogger. browser not seem matter (edge or firefox latest),

the 'pre' tags added blogger. pasted shown on page submitted iis. feel file processing blogger reason behaviour.

you have 1 many </pre>'s in html. browser tries autocorrect it, , goes wrong. (this why valid html important!)

if use decent ide visual studio, sublime (free), phpstorm, netbeans(free), or dreamweaver, or notepad++(free) plugins, of these programs have notified on particular issue, can recommend using one.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -