✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Kako će izgledati tijelo zahtjeva koji se uputi kada se klikne na submit dugme:
<form action="http://localhost:8080" method="POST">
<input type="text" id="a" value="b">
<input type="text" name="b" value="c">
<input type="submit">
</form>