I am doing a chat application. In that when I posted a html code it gives HTML executed out put
For Eg if I posted as:
<i><h1>welcome</h1></i>
it gives out put as
welcome
but I need my out put same like as input. The actual output should be
<i><h1>welcome</h1></i>
Could any one help me plz.. Thanks advance,,,