Content deleted Content added
Tag: Reverted |
m Reverted edits by 2409:40E4:110C:DA9F:DD:46FF:FEF8:CDEF (talk): editing tests (HG) (3.4.13) |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 8:
== Structure ==
A
When a server receives a request for such a page, it may run a program, passing the query string, which in this case is <code>name=ferret</code>, unchanged to the program. The question mark is used as a separator, and is not part of the query string.<ref>{{cite web
Line 26:
| at = "Query" (section 3.4)}}</ref>
[[
{{quote|1=<code><nowiki>https://example.com/path/to/page?name=ferret&color=purple</nowiki></code>}}
Line 34:
A link in a web page may have a URL that contains a query string. [[HTML]] defines three ways a user agent can generate the query string:
* an [[form (HTML)|HTML form]] via the {{tag|form}} element
* a [[
* an indexed search via the now deprecated {{tag|isindex|open}} element
|