Assuming all pages uses HTTP protocol in a site. There is any difference in any meaning between these 2 lines?
<a href="/page"> my page</a>
and
<a href="http://www.domain.com/page"> my page</a>
Obviously I'm saying that both urls points to the same site (the domain for "/page" is www.domain.com)
Thanks!