Re: IFRAME placed in wrong DTD

On Tue, Jan 28, 2003 at 12:42:31PM +0200, Andrei Zlate-Podani wrote:
| About XHTML ... I have seen the specification for 1.0. 

XHTML 1.0 is almost exactly the same as HTML 4.01.

The only major differences are these:

	* All attributes need to be quoted, for example
	  <font size=4> needs to be changed to <font size="4">

	* All elements need to be explicitly closed, for instance
	  <hr> needs an ending tag, so use <hr></hr> or <hr/> instead.

	* The DTD needs changing.

Other than that, they are almost identical.

-- 
Toby A Inkster BSc (Hons) ARCS
E-mail:   tobyink@goddamn.co.uk
PGP:      http://www.goddamn.co.uk/tobyink/?id=12
Web Page: http://www.goddamn.co.uk/tobyink/
IM:       AIM:inka80 ICQ:6622880 YIM:tobyink Jabber:tobyink@a-message.de

I want to kill everyone here with a cute colorful Hydrogen Bomb!!

Received on Tuesday, 28 January 2003 07:51:03 UTC