Sometimes we wonder, how the heck one can write html codes on blogs, especially wordpress just for displaying purposes but without it affecting any codes on the blog page
This is where usage of <pre> tag comes in. Yes, by enclosing the html codes in <pre> tags, one can write html freely without displaying any changes in code.
Sample of pre TAG
<pre><font color=”#ff0000″>TEST</font></pre>
Of course the best possible way is for typing out < is by using ascii codes like < which means less than. So that’s how I display some tags out in html. Need anymore clarification, drop me a line.
ps : > is symbol for >