1.

Solve : Show html code on your site??

Answer»

Is there some POSSIBLE way to show html code on your site?? Like for tutorials??
I f I want to show the code: WelcomE on my site, but not have it show up as a title just to show up as a code??? :-? :-? :-?You need to USE HTML ENTITIES instead of tags:

> = >
< = <

So instead of Welcome, you'd put <h1>Welcome</h1>

Google "html entities" and you'll FIND complete lists out there.



Discussion

No Comment Found