The <tag> tag

<tag> contains a HTML tag. It is automatically wrapped in <code> tags. You don't have to write "<" and ">": these are written for you.

Attributes

The <tag> tag has no attributes.

Example

To show a <body> tag in your XHTML file, use:

<tag>body</tag>

The resulting file will contain:

<body>