i want to know that is there any way to make tag avoid from debugging the html code between it. because i am trying to show html code as code on a webpage but it just debugs. but it doesn’t debug php, javascript or any other language script just the html, please help me so that i can show html code properly without debugging…i’ve searched a lot for a solution, but unfortunately all in vain..
like:-
<div id="sayHello">
<h1>Hellow World!</h1>
</div>
You can do this by using
htmlentities()php functionUse This