Why using <link href="//something.com/style.css" rel="stylesheet">
instead of using http://
or https://
before the domain name?
If we use href=//
does it changes with link? Like while in SSL mode will it automatically be changed to https://
?