HTML Forms - Are name and id required?

Posted by Jeremy Rudd on Stack Overflow See other posts from Stack Overflow or by Jeremy Rudd
Published on 2010-06-16T07:52:18Z Indexed on 2010/06/16 8:02 UTC
Read the original article Hit count: 196

Filed under:
|
|
|

Why do I need the name and id attributes for <input> form elements?

Which is used for POST data sending and which can I exclude?

© Stack Overflow or respective owner

Related posts about html

Related posts about forms