<tag>
, <tage/>
<tag>
is a Paragraph Markup
component which renders the enclosed text in the default font for component tags.
Similarly, a <tage/>
component may be used to render
a self-closing tag (i.e. < componentName />
). Use of <tag>
and <tage/>
will prevent errors with
rendering these symbols, allowing them to be used for display rather than as functional components within the document.
Attributes and Properties
The <tag>
and <tage/>
components do not have any attributes or properties.
Example: Use <tag>
for correct rendering
The author’s intention is to describe the use of the <p>
and <image\>
tags in writing HTML. The <tag>
component is
therefore used to render the opening and closing brackets for the tags correctly.