I found out that some websites use css tag like style.css?ver=1. What is this?
style.css?ver=1
What is purpose of ?ver=1?
?ver=1
How do I do it in code?>
The purpose of the ?ver=1 is to parameterize the css file, so when they publish a new style.css file they up the version and it forces the client to download the new file, instead of pulling from the cached version.