1
Good evening, guys.
I joined a wordpress site recently and noticed a link this way:
<a href="/carros/gol-0k" data-ss1560980866="1">Gol 0k</a>
However when I hovered over the link, it showed me the full domain URL at the bottom of my browser:
<a href="www.carros.com/carros/gol-0k" data-ss1560980866="1">Gol 0k</a>
I was curious and tried to implement here only I could not. How would do this, someone has done something like this? I think it is not JV.
Only the browser adds the full URL to the link when you hover your mouse, because it is a subdirectory or a page of the website.
– Sam
Here is a good explanation on this subject: https://answall.com/questions/392423/o-que-s%C3%A3o-relative-paths-when-it-is-links-of-navigational%C3%A7%C3%A3o#392427
– markim