Posted by ZabMilenko on 10/06/06 11:29
Erwin Moller wrote:
>
> I would advise you to FIRST learn how HTML and FORMS works,
> then start PHP.
>
That's not a very nice way to tell someone they are wrong.
The long form of attributes has been allowed since AT LEAST html 3.0. You
can verify this by going to http://www.w3.org/MarkUp/html3/html3.dtd and
reading the doctype. Hint: text search for "nowrap" and "selected". Both
of them allow the default value of "nowrap" and "selected", respectively.
This is a fall-over from SGML, and EVERY browser since Netscape 3.2 has
supported it.
[Back to original message]
|