[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HTMLSPEC-XMP
Used as a way to include any character text in a web document, whether it be HTML elements, HTML special characters, extra spaces, line breaks, etc. Like the <pre> tag, the <xmp> tag will display content in a paragraph type using fixed width font.
Attributes
None
Code Tip
HTML 3.2 declares the <xmp> tag to be obsolete and <pre> should be used instead. However, the <xmp> tag is still supported by most web browsers and is convenient to use when authors need to include or provide examples of HTML coding schemes.
Live Example
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HTMLSPEC-XMP
XMP
UsageUsed as a way to include any character text in a web document, whether it be HTML elements, HTML special characters, extra spaces, line breaks, etc. Like the <pre> tag, the <xmp> tag will display content in a paragraph type using fixed width font.
Attributes
None
Code Tip
HTML 3.2 declares the <xmp> tag to be obsolete and <pre> should be used instead. However, the <xmp> tag is still supported by most web browsers and is convenient to use when authors need to include or provide examples of HTML coding schemes.
Live Example
<html> <head><title>Ximplified Document Example</title></head> <body> <xmp> These are the standard HTML tags that all browsers should contain. <html> <head><title></title> </head> <body> </body> </html> </xmp> </body> </html>
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
