Form Attributes
•Name
•Method
–get -- this is the default method and causes the fill-out form contents to be appended to the URL. Use only when submit has no effect. e.g. pure query.
–post -- this method causes the fill-out form contents to be sent to the server in a data body rather than as part of the URL.