✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
A developer writes the following form.
<form method="GET" action="/search"> <input type="text" name="query"></form>
After the user submits it with the word "html" in the text box, the browser navigates to /search?query=html. Why does the submitted data appear in the URL?