•GET -- this is the default method and causes the fill-out form contents to be appended to the URL.
• 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.
•ENCTYPE specifies the encoding for the fill-out form contents. This attribute applies only if METHOD is set to POST