Webmaster

Tips
All Tips ]

Display HTML code

Nothing is easier than displaying HTML tags without having the browser perceive them as code. In the line below, the tag <XMP> is used:

<XMP>
<HTML>
<HEAD>
</HEAD>
<BODY>
blabla
</BODY>
</HTML>
</XMP>

Using these tags, the following code will not be interpreted. Here is the result:

<HTML> <HEAD> </HEAD> <BODY> blabla </BODY> </HTML>

Practical isn't it?

Discover all Webmaster tips.