XHTML experts: How do I insert reserved keywords in a XHTML file?

November 8th, 2009 | by admin |

For example, if I have the sentence "Please type the <html> element below." inside the body of the HTML file. The browser will not show the reserved element <html>.

You need to escape your angle brackets using html entites: &lt; and &gt;

Technorati Tags: , , , , ,

Tags: Amp, Angle Brackets, Element, Html Browser, keywords..., Lt

One Response to “XHTML experts: How do I insert reserved keywords in a XHTML file?”

  1. By André on Nov 8, 2009

    You need to escape your angle brackets using HTML entites: &lt; and &gt;
    References :

Post a Comment