
- HTML Tutorial
- HTML - Home
- HTML - Overview
- HTML - Basic Tags
- HTML - Elements
- HTML - Attributes
- HTML - Formatting
- HTML - Phrase Tags
- HTML - Meta Tags
- HTML - Comments
- HTML - Images
- HTML - Tables
- HTML - Lists
- HTML - Text Links
- HTML - Image Links
- HTML - Email Links
- HTML - Frames
- HTML - Iframes
- HTML - Blocks
- HTML - Backgrounds
- HTML - Colors
- HTML - Fonts
- HTML - Forms
- HTML - Embed Multimedia
- HTML - Marquees
- HTML - Header
- HTML - Style Sheet
- HTML - Javascript
- HTML - Layouts
- HTML References
- HTML - Tags Reference
- HTML - Attributes Reference
- HTML - Events Reference
- HTML - Fonts Reference
- HTML - ASCII Codes
- ASCII Table Lookup
- HTML - Color Names
- HTML - Entities
- HTML - Fonts Ref
- HTML - Events Ref
- MIME Media Types
- HTML - URL Encoding
- Language ISO Codes
- HTML - Character Encodings
- HTML - Deprecated Tags
How to render the remainder of the document as preformatted plain text in HTML?
The HTML <plaintext> tag is used to render all text in the document exactly as it was typed in, including all tags and even the document tags.
This tag ignores all formatting for the rest of the document, displaying all text exactly as is. It cannot be stopped, it cannot be turned off. It is deprecated because it messes up the balance of the document tags.
Note − The <plaintext> tag is now deprecated. Do not use it.
- Related Articles
- How to display HTML tags as plain text in HTML?
- How to add preformatted text in HTML?
- How do we create preformatted text in HTML?
- How to delete text from document using HTML?
- How to get the entire document HTML as a string in JavaScript?
- How to Convert Hyperlink to Plain Text in Excel?
- How to use Boto3 to get the secret keys saved as plain text from AWS Secret Manager
- How to open a plain text file in Java?
- How to open a plain text file in C#?
- How to use Boto3 to create a secret key as plain text in AWS Secret Manager
- Print plain text in Arduino
- How to use Boto3 to get the secret keys as plain text from binary/encrypted format in AWS Secret Manager
- How to define the root of an HTML document?
- How to render thin fonts more smoothly in CSS3 with HTML?
- Insert a specified HTML text into a specified position in the JavaScript document?

Advertisements