Structure
? Delimiter
Marks the start of query parameters in a URL
Key
The name of the data being passed
= Assignment
Connects each key to its value
Value
The actual data being passed
& Separator
Separates multiple key-value pairs
Parameters in this example
size=medium
tells the page which size use a medium size
color=light%20blue
special characters are encoded with a % then a number
utm_source=facebook
this param was secretly added to the link when it was posted on facebook