For example,
<link rel="stylesheet" type="text/css" href="http://cdn.sstatic.net/stackoverflow/all.css?v=6fc726be6344">
This link tag of href with a query parameter
v=6fc726be6344
And I notice img and javascript tag also has this usage.
I want to know what's the meaning of this parameter?
The usage scenario and how to use it?