HTML FORM methods
Types of method in html form:
GET
POST
WHAT IS THE DIFFERENCE IN THESE:
GET:
The common difference is that get method in little bit unsafe
create cache file
store data in history
Which can be access through history
it sends the data through ...
provick.hashnode.dev1 min read