tag to escape other tags

H

hoke

Does anybody know if there exists a tag that escapes the html parsing.

So I do not have to use < and > anymore

example:

<escape>
<p> bla bla </p>
</escape>

must result in:
<p> bla bla </p>

and not in:
bla bla

help would be greatly appreciated
 
T

Toby A Inkster

hoke said:
Does anybody know if there exists a tag that escapes the html parsing.
So I do not have to use &lt; and &gt; anymore

There was an <xmp>...</xmp> tag in some very early editions of HTML, but I
don't think that there are many browsers that still support it.
 
L

Leif K-Brooks

hoke said:
Does anybody know if there exists a tag that escapes the html parsing.

So I do not have to use &lt; and &gt; anymore

There are a few, but they've been deprecated since around HTML 2.0. Use
a script to convert special characters to entities for you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,050
Latest member
AngelS122

Latest Threads

Top