Renders text in a fixed-width font without processing HTML tags. | HTML 2, 3.2 Deprecated |
HTML Syntax
<plaintext
class = classname
id = value
style = css_style_rules
title = text
>
The <plaintext
> element displays text in a plain text style, with no additional styles such as bold, italics or underlined.
Using plaintext suppresses interpretation of all HTML tags from that point thru the remainder of the document.
NOTE: This element has been deprecated and is no longer recommended.
LISTING XMP