interface HTMLFormElement :  HTMLElement { readonly 	attribute  HTMLCollection 	elements readonly 	attribute long 		                    length; attribute DOMString 		                  name; attribute DOMString 		                  acceptCharset; attribute DOMString 		                  acton; attribute DOMString 		                  enctype; attribute DOMString 		                  method attribute DOMString 		                  target void 						                  submit(); void 						                  reset(); };