Here Laxmikant has explained with an example, How To Display Html Code On Web Page.
In this blog you will learn with an example, How To Display Html Code On Web Page.
Before learn How To Display Html Code On Web Page first know about What do < and > stand for?
Write this code for How to Display Html Code On Web Page
[php]
<pre>
<html>
<head>
<title>How to Display HTML code on Web Page?</title>
</head>
<body>
<h>This is a heading </h>
<p>This is a paragraph </p>
</body>
</html>
</pre>
[/php]
Any question and suggestion related to this article How To Display Html Code On Web Page, please comment me.