[Fwd: <!doctype> missing from first example doc]

oops... got the address wrong again.

-- 
Dan
http://www.w3.org/People/Connolly/

Forwarded message 1

  • From: Dan Connolly <connolly@w3.org>
  • Date: Wed, 05 Nov 1997 14:26:15 -0600
  • Subject: <!doctype> missing from first example doc
  • To: www-html-editors@w3.org
  • Message-ID: <3460D667.6033@w3.org>
intro/sgmltut.html:
     $Id: sgmltut.src,v 1.46 1997/11/04 22:25:07 ian Exp $

========
Here is an example of an HTML document: 


<HTML>
   <HEAD>
      <TITLE>My first HTML document</TITLE>
   </HEAD>
   <BODY>
      <P>Hello world!
   </BODY>
</HTML>
========

That's not an HTML Document!

Another edit (I already requested this one, but it's not in there):

7.2 HTML version information

"so authors should include one of the following document type
declarations in their documents. "

s/should/must/

-- 
Dan
http://www.w3.org/People/Connolly/

Received on Wednesday, 5 November 1997 15:41:17 UTC