I could only find answers about http and https comparison but I would like to ask: Is there any difference if I will use in code //
rather than https://
? (In addition to reducing the code)
For example:
<a href="//website.com">test></a>
And:
<a href="https://website.com">test></a>