How do I display HTML keywords to show examples.
For instance I want to say, This is the proper way to write a submit button. "code for submit button goes here".
But everytime I try, the browser traslates my "example code to a real submit button so no one ever sees the code.
I know about "<" and ">" but is there a easier way to tell the browser...don't translate this next line?
or in other words
When I do this...
<PRE>
<Example code>
<More example Code>
</HTML>
</PRE>
That little </HTML> gets translated. And the document ends before I want it too.
I can't use &lt; or &gt;
any other suggestions
For instance I want to say, This is the proper way to write a submit button. "code for submit button goes here".
But everytime I try, the browser traslates my "example code to a real submit button so no one ever sees the code.
I know about "&lt;" and "&gt;" but is there a easier way to tell the browser...don't translate this next line?
or in other words
When I do this...
<PRE>
<Example code>
<More example Code>
</HTML>
</PRE>
That little </HTML> gets translated. And the document ends before I want it too.
I can't use &lt; or &gt;
any other suggestions