revuelta
11-29-2006, 09:32 AM
I want to display part of an HTML page as code without executing it. Imagine the code
<font>Yesterday</font>
I want to see displayed on the browser not only the content
Yesterday
but the whole code:
<font>Yesterday</font>
Is there any way to use a CSS in order to do so?
I want to create a CSS that allows me to view only selected parts of the code in a HTML page.
Thanks in advance for your help.
<font>Yesterday</font>
I want to see displayed on the browser not only the content
Yesterday
but the whole code:
<font>Yesterday</font>
Is there any way to use a CSS in order to do so?
I want to create a CSS that allows me to view only selected parts of the code in a HTML page.
Thanks in advance for your help.
