Im using netbean software to learn HTML right now.heres my question: <!DOCTYPE HTML><html><body> <form action=”welcome_get.php” method=”get”>Name: <input type=”text” name=”name”><br>E-mail: <input type=”text” name=”email”><br><input type=”submit”></form> </body></html> If i run the code and after I input name and click […]