in reply to RE: Re: How to keep the state of a drop down select box in perl
in thread How to keep the state of a drop down select box in perl

Zen Answer: What is valid?

The end tag is optional (heh heh) in HTML 3.2, but required in HTML 4.0 and up.

References
HTML 3.2 http://www.w3.org/TR/REC-html32.html
HTML 4.01 http://www.w3.org/TR/html4/interact/forms.html#edef-OPTION

  • Comment on RE: RE: Re: How to keep the state of a drop down select box in perl