Computer Science, asked by patilkb, 3 months ago

ANSWER THESE QUESTION PLEASE..

DIFFERENTIATE BEETWEEN REALATIVE AND ABSOLUTE HYPERLINKS.​

Answers

Answered by riya7938
1

Explanation:

•An absolute URL is the entire address from the protocol (HTTPS) to the domain name (www.example.com) and includes the location within your website in your folder system (/foldernameA or /foldernameB) names within the URL. Basically, it's the full URL of the page that you link to.

-An example of an absolute URL is:

<a href = http://www.example.com/xyz.html>

•The relative URL, on the other hand, does not use the full web address and only contains the location following the domain. It assumes that the link you add is on the same site and is part of the same root domain. The relative path starts with the forward slash and leads the browser to stay within the current site.

-An example of a relative URL is:

<a href = "/xyz.html">

Similar questions