Not supported in HTML5. Deprecated in HTML 4.01. Specifies the alignment of an image input (only for
type="image"). Values: left, right, top, middle, bottom
New in HTML 5. Specifies the URL of the file that will process the input control when the form is submitted
(for type="submit" and type="image"). Values URL
New in HTML 5. Specifies how the form-data should be encoded when submitting it to the server (for type="submit"
and type="image"). Values application/x-www-form-urlencoded, multipart/form-data, text/plain
New in HTML 5. Specifies where to display the response that is received after submitting the form (for
type="submit" and type="image"). Values _blank, _self, _parent, _top or framename
Not supported in HTML5. Deprecated in HTML 4.01. Specifies the alignment of an image input (only for
type="image"). Values: left, right, top, middle, bottom
New in HTML 5. Specifies the URL of the file that will process the input control when the form is submitted
(for type="submit" and type="image"). Values URL
New in HTML 5. Specifies how the form-data should be encoded when submitting it to the server (for type="submit"
and type="image"). Values application/x-www-form-urlencoded, multipart/form-data, text/plain
New in HTML 5. Specifies where to display the response that is received after submitting the form (for
type="submit" and type="image"). Values _blank, _self, _parent, _top or framename