Posted by Markus on 07/13/07 08:32
techusky@gmail.com schrieb:
>> I think i got it :D
>> <input type="text" name="feet">
>> should be
>> <input type="text" name="feet" />
>> same with other input
>
> Nope, sorry. That doesn't do it either, as closing your tags like that
> is just a formality. The functionality is unchanged.
>
Just for nit-picking: It is actually not a formality. If you use an
XHTML doctype, closing the input tag is required; for an HTML doctype it
is actually wrong (though browsers are nice enough to accept it).
[Back to original message]
|