- From: Robert Bagwill <robert.bagwill@nist.gov>
- Date: Tue, 12 Oct 1999 16:09:32 -0400
- To: html-tidy@w3.org
Received on Tuesday, 12 October 1999 16:09:56 UTC
This code:
----------------------------
<head><pre><body>This
is
a
test
case.
----------------------------
is transformed into this:
----------------------------
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>
</title>
</head>
<body>
<pre>
</pre>
<body>
<p>
This is a test case.
</p>
</body>
</body>
</html>
Received on Tuesday, 12 October 1999 16:09:56 UTC