Web Development HTML Guide - Learn HTML
Developer Tutorials
ASP
CGI & Perl
CSS
Flash
HTML
Java
JavaScript
Linux
MySQL
PHP
Photoshop
Python
Wireless
XML



Developer Manuals
Learn HTML
Learn PHP
Learn MySQL
Learn CSS
Learn Pear


Developer Scripts
ASP Scripts
ASP.NET Scripts
CGI & Perl Scripts
Flash Scripts
Java Scripts
JavaScript Scripts
PHP Scripts
Python Scripts
Remotely Hosted Scripts
Tools & Utilities Scripts
XML Scripts

Developer Resources
Developer Tools
Developer News
Developer Forums
Developer Content
Developer Book Reviews
Survey Software

Web Hosting Directory
Budget Web Hosting
ColdFusion Hosting
Dedicated Servers
Domain Hosting
E-Commerce Hosting
Email Hosting
Free Web Hosting
Linux Web Hosting
Managed Hosting
Reseller Hosting
Small Business Hosting
Windows Web Hosting

<PLAINTEXT>


deprecatedThis tag is officially deprecated. That means that this tag is being phased out, and it is strongly suggested that you not use it.
Copyright Idocs, Inc. Written by Miko Sullivan











About the NetVisits, Inc Network | Advertise
Developer Tutorials hosted by HostGator.
Copyright ©2007 NetVisits, Inc Network. All Rights Reserved. Privacy Policy.
Visit other NetVisits, Inc. sites:  
<PLAINTEXT> is the unstoppable monster of HTML. <PLAINTEXT> causes all remaining text in the document to be rendered exactly as it was typed in, including all tags and even the document tags. Whereas <XMP> ignores formatting from its own start to its own end, <PLAINTEXT> ignores all formatting for the rest of the document, displaying all text exactly as is. It cannot be stopped, it cannot be turned off. <PLAINTEXT> is deprecated because it messes up the balance of the document tags (<HTML>, <BODY ...> to name a few).

This document produces this document:

<HTML>
<HEAD><TITLE>Everyone Named Joe</TITLE></HEAD>
<BODY>
<H1>Everyone Named Joe</H1>

<PLAINTEXT> 
Joe Aabie
Joe Abaman
Joe Abba
Joe Abbacazam

[snip]

Joe Zyzoni
Joe Zzyzym

</BODY>
</HTML>


Copyright Idocs, Inc. Written by Miko Sullivan











About the NetVisits, Inc Network | Advertise
Developer Tutorials hosted by HostGator.
Copyright ©2007 NetVisits, Inc Network. All Rights Reserved. Privacy Policy.
Visit other NetVisits, Inc. sites: