Re: Good or just Valid HTML?

I have run into a problem I need to get clear in my mind.

Tidy allows (and creates) the following URL formats.
The W3C validator passes the following URL formats.


<a href=
"http://www.xxxxxxx.com/yyyyyy/zzzzzz.htm">

<a 
href="http://www.xxxxxxxl.com/yyyyyy/zzzzzz.htm">

Are the above valid but bad HTML?

Should a URL be all on one line unbroken like the following?

<a href="http://www.xxxxxxx.com/yyyyyy/zzzzzz.htm">

Chuck

Received on Monday, 27 March 2000 23:50:53 UTC