Need to display code in your blog or website like the html code given below ??
<html> <body> <div> Hi, I am html code </div> </body> </html>
Or a C# code
using system;
protected string func()
{
Response.WriteLine("Hi from C# code");
}
Pretty nice formatting and show-off . Isn't it ? You too can do this in some simple steps.
Just follow this simple copy-paste mechanism step by step.