<form method="get" action="index.php" target="abc" name="SearchForm" id="SearchForm">
on clicking submit we get to index.php where we can access typed information using GET method. What does target, name and id mean here? and what do they do?
1 Answer